Skip to content

Commit 38462e4

Browse files
[MISC] Fix permissions for snap release workflow (#156)
1 parent be137fc commit 38462e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
secrets:
5454
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}
5555
permissions:
56+
actions: read # Needed for GitHub API call to get workflow version
5657
contents: write # Needed to create GitHub release

0 commit comments

Comments
 (0)