Skip to content

Commit 13f683d

Browse files
Update GH release workflow permissions
1 parent e66bd48 commit 13f683d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-to-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Arduino-Pico Release Publisher
22

33
permissions:
44
actions: read
5-
contents: read
5+
contents: write
66
packages: write
77

88
on:

.github/workflows/tag-to-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Arduino-Pico Draft Release
66

77
permissions:
88
actions: read
9-
contents: read
9+
contents: write
1010
packages: write
1111

1212
on:

0 commit comments

Comments
 (0)