We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110f23f commit 80b42e4Copy full SHA for 80b42e4
1 file changed
.github/workflows/build-and-publish.yml
@@ -27,6 +27,9 @@ env:
27
# Directories to target during release
28
BIN_DIR: bin
29
RELEASE_DIR: release
30
+permissions:
31
+ id-token: write
32
+ contents: read
33
jobs:
34
compile-ubuntu:
35
runs-on: ubuntu-latest
0 commit comments