Skip to content

Commit

Permalink
Add id-token: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jedabero committed May 30, 2024
1 parent 5620b89 commit 4d25a7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
on:
pull_request:
branches:
- master
- master

permissions:
id-token: write

jobs:
build:
Expand All @@ -26,7 +29,7 @@ jobs:
with:
name: dist-files
path: ./dist

deploy:
name: Deploy
needs: build
Expand Down

0 comments on commit 4d25a7b

Please sign in to comment.