Skip to content

Commit

Permalink
Merge branch 'soft-quote' of https://github.com/valorem-labs-inc/reac…
Browse files Browse the repository at this point in the history
…t-hooks into soft-quote
  • Loading branch information
albertocevallos committed Dec 12, 2023
2 parents 9c70e75 + 12909dd commit 9e53e24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:
- 'v**'
- 'releases/v**'

permissions:
packages: read
contents: read

jobs:
build-and-test:
runs-on: ubuntu-latest
env:
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
GHP_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout repo
Expand Down

0 comments on commit 9e53e24

Please sign in to comment.