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.
2 parents d4377a6 + 9966f55 commit f05e1e8Copy full SHA for f05e1e8
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [published]
6
7
+permissions:
8
+ deployments: read
9
+ contents: read
10
+
11
concurrency:
12
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
13
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
0 commit comments