We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f12f4 commit ffafe5aCopy full SHA for ffafe5a
.github/workflows/push.yml
@@ -24,6 +24,7 @@ jobs:
24
id: release-please
25
uses: agrc/release-composite-action@v1
26
with:
27
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
28
github-app-id: ${{ secrets.UGRC_RELEASE_BOT_APP_ID }}
29
github-app-key: ${{ secrets.UGRC_RELEASE_BOT_APP_KEY }}
30
github-app-name: ${{ secrets.UGRC_RELEASE_BOT_NAME }}
@@ -32,6 +33,8 @@ jobs:
32
33
deploy-ui-dev:
34
name: Deploy UI to staging
35
runs-on: ubuntu-latest
36
+ permissions:
37
+ id-token: write
38
environment:
39
name: dev
40
url: https://ut-dts-agrc-moonwalk-dev.web.app/
0 commit comments