Skip to content

Commit

Permalink
Add missing github token permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Hoang Quoc Trung <[email protected]>
  • Loading branch information
ichbinfrog committed Apr 14, 2024
1 parent 84e4cc9 commit 4c99621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
needs: unit
if: github.ref == 'refs/heads/main'
permissions:
contents: 'read'
id-token: 'write'

env:
MIGRATE_DST_INSTANCE: ${{ secrets.MIGRATE_DST_INSTANCE }}
MIGRATE_DST_PROJECT: ${{ secrets.MIGRATE_DST_PROJECT }}
Expand Down

0 comments on commit 4c99621

Please sign in to comment.