We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ddb29 commit eb8e8fcCopy full SHA for eb8e8fc
.github/workflows/main.yml
@@ -1,4 +1,6 @@
1
name: "Main"
2
+permissions:
3
+ contents: read
4
on:
5
push:
6
branches:
.github/workflows/publish.yml
name: publish
tags:
@@ -54,6 +56,7 @@ jobs:
54
56
environment: release
55
57
runs-on: ubuntu-latest
58
permissions:
59
60
# IMPORTANT: this permission is mandatory for trusted publishing
61
id-token: write
62
steps:
0 commit comments