Skip to content

Commit cc833d9

Browse files
committed
Update build_gt.yml to include id-token permissions
Add permissions for id-token in GitHub Actions workflow
1 parent 7e5e633 commit cc833d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_gt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ env:
1818
APP_NAME: gt-${{ github.event.inputs.version }}
1919
DEB_SCRIPT_LOCATION: repo-scripts
2020

21+
permissions:
22+
id-token: write
23+
2124
jobs:
2225
build:
2326
runs-on: ubuntu-24.04-arm

0 commit comments

Comments
 (0)