We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e5dd1 commit 4d8f591Copy full SHA for 4d8f591
.github/workflows/main.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
Build-and-Publish:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: write
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v4
14
0 commit comments