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 179f0fd commit da8dfd9Copy full SHA for da8dfd9
.github/workflows/publish.yml
@@ -4,6 +4,9 @@ on:
4
types: [published]
5
jobs:
6
build:
7
+ permissions:
8
+ contents: read
9
+ id-token: write
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
0 commit comments