We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74854d6 + 2a03c67 commit 085b58bCopy full SHA for 085b58b
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,9 @@ on:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
+ id-token: write
16
if: |
17
github.event_name == 'workflow_dispatch' ||
18
(github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||
0 commit comments