Skip to content

Commit ffafe5a

Browse files
committed
ci: add missing permissions
1 parent 28f12f4 commit ffafe5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
id: release-please
2525
uses: agrc/release-composite-action@v1
2626
with:
27+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2728
github-app-id: ${{ secrets.UGRC_RELEASE_BOT_APP_ID }}
2829
github-app-key: ${{ secrets.UGRC_RELEASE_BOT_APP_KEY }}
2930
github-app-name: ${{ secrets.UGRC_RELEASE_BOT_NAME }}
@@ -32,6 +33,8 @@ jobs:
3233
deploy-ui-dev:
3334
name: Deploy UI to staging
3435
runs-on: ubuntu-latest
36+
permissions:
37+
id-token: write
3538
environment:
3639
name: dev
3740
url: https://ut-dts-agrc-moonwalk-dev.web.app/

0 commit comments

Comments
 (0)