Skip to content

Commit

Permalink
missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtc11 committed Mar 14, 2024
1 parent ea3fe8c commit 7ef9b87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:

jobs:
build:
permissions:
contents: read
checks: write
actions: read
id-token: write
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down Expand Up @@ -36,6 +41,7 @@ jobs:
permissions:
contents: write
packages: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7ef9b87

Please sign in to comment.