Skip to content

Commit 80b42e4

Browse files
authored
Adding token write permissions (#209)
1 parent 110f23f commit 80b42e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ env:
2727
# Directories to target during release
2828
BIN_DIR: bin
2929
RELEASE_DIR: release
30+
permissions:
31+
id-token: write
32+
contents: read
3033
jobs:
3134
compile-ubuntu:
3235
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)