We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef1cf2 + a9b11f4 commit b52f822Copy full SHA for b52f822
.github/workflows/publish.yml
@@ -4,6 +4,8 @@ on:
4
types: [published]
5
jobs:
6
publish-release:
7
+ permissions:
8
+ contents: read
9
runs-on: ubuntu-latest
10
environment: release
11
steps:
.github/workflows/verify.yml
@@ -8,6 +8,8 @@ on:
- main
Verify:
12
13
name: Verify build
14
15
0 commit comments