We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be137fc commit 38462e4Copy full SHA for 38462e4
1 file changed
.github/workflows/release.yaml
@@ -53,4 +53,5 @@ jobs:
53
secrets:
54
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}
55
permissions:
56
+ actions: read # Needed for GitHub API call to get workflow version
57
contents: write # Needed to create GitHub release
0 commit comments