Skip to content

Commit b0031d0

Browse files
authored
Fixing permissions (#3)
1 parent 9e186e3 commit b0031d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
environment: release
6868
needs: build
6969
permissions:
70-
contents: write
70+
contents: read
71+
packages: write
72+
attestations: write
7173
id-token: write
7274
steps:
7375
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)