There was an error while loading. Please reload this page.
1 parent 65bded6 commit c024aa3Copy full SHA for c024aa3
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,10 @@ on:
3
workflow_call:
4
workflow_dispatch:
5
6
+permissions:
7
+ id-token: write # Required for OIDC
8
+ contents: read
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments