Skip to content

Commit ad6468f

Browse files
authored
Merge pull request #82 from zhavir/use-sst
⚗️ experiment(ci/cd): fix permission set
2 parents c84f6c2 + 69ab62e commit ad6468f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ on:
1515
jobs:
1616
semver:
1717
permissions:
18-
contents: read
18+
contents: write
1919
actions: write
20+
issues: write
2021
runs-on: ubuntu-latest
2122
outputs:
2223
new_tag_version: ${{ steps.tag_version.outputs.new_tag_version }}

0 commit comments

Comments
 (0)