Skip to content

Commit a91c445

Browse files
committed
A small fix in yml file
1 parent be4e5d0 commit a91c445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main_gymbro.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
deploy:
3737
runs-on: ubuntu-latest
3838
needs: build
39+
permissions:
40+
id-token: write
41+
contents: read
3942
steps:
4043
- name: Download artifact from build job
4144
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)