We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12515d commit 9773e00Copy full SHA for 9773e00
.github/workflows/generate-examples.yml
@@ -22,6 +22,12 @@ on:
22
release:
23
types: [published]
24
25
+# Required permissions for the workflow
26
+permissions:
27
+ actions: read # Required for downloading workflow artifacts
28
+ contents: read # Required for checking out repository
29
+ id-token: write # Required for uploading artifacts
30
+
31
# Cancel previous runs if a new push happens
32
concurrency:
33
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments