Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark committed Apr 2, 2024
1 parent 186994d commit 1fb817e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ on:
- features/*
- release/*

permissions:
id-token: write # Required for requesting the JWT
issues: write # Required for actions/checkout
packages: write # Required for uploading the package

concurrency:
# Cancel the previously triggered build for only PR build.
group: build-${{ github.ref }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit 1fb817e

Please sign in to comment.