Skip to content

Commit

Permalink
added id-token
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala committed Aug 9, 2024
1 parent 117fb3b commit d750ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-demo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
exit 1
fi
shell: bash


- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit d750ca6

Please sign in to comment.