Skip to content

Commit

Permalink
Update test job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 10, 2023
1 parent d1203d8 commit 1f49bc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
id-token: write
if: github.ref == 'refs/heads/dev'
steps:
- name: Setup api
Expand Down

0 comments on commit 1f49bc3

Please sign in to comment.