Skip to content

Commit ca9a551

Browse files
Allow uploading
1 parent 2ff30f6 commit ca9a551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
types: [published]
55
jobs:
66
update:
7+
permissions:
8+
contents: read
9+
packages: write
10+
attestations: write
11+
id-token: write
712
runs-on: ubuntu-latest
813
steps:
914
- name: Checkout Repository

0 commit comments

Comments
 (0)