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 b6a4d98 commit 0930250Copy full SHA for 0930250
.github/workflows/publish.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ id-token: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
0 commit comments