Skip to content

Commit

Permalink
ci(tests): debug permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Nov 20, 2023
1 parent a31cfa0 commit 00990d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ permissions:
pull-requests: write
statuses: write
checks: write
contents: write
actions: write
id-token: write
contents: write

jobs:
run-tests:
Expand Down Expand Up @@ -72,9 +72,9 @@ jobs:
pull-requests: write
statuses: write
checks: write
contents: write
actions: write
id-token: write
contents: write
uses: ./.github/workflows/deploy.yml
with:
ref: ${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit 00990d3

Please sign in to comment.