Skip to content

Commit 7ffcd91

Browse files
committed
Add permissions for id-token
1 parent c1f80c1 commit 7ffcd91

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Publish
22

3+
permissions:
4+
id-token: write
5+
contents: read
6+
37
on:
48
push:
59
branches: [ "main" ]
@@ -26,6 +30,7 @@ jobs:
2630
token: ${{ secrets.GITHUB_TOKEN }}
2731

2832
- name: Sync and update FracturedJson submodule
33+
shell: bash
2934
run: |
3035
set -euo pipefail
3136
git submodule sync --recursive

0 commit comments

Comments
 (0)