Skip to content

Commit ad2e3db

Browse files
committed
Revert "ci: expand permissions for pack job"
This reverts commit 1224295.
1 parent 0cec74c commit ad2e3db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
pack:
3131
name: OK to pack?
3232
runs-on: ubuntu-22.04
33-
permissions:
34-
contents: write
35-
workflows: write
3633
outputs:
3734
version: ${{ steps.semver-tagger.outputs.version }}
3835
version_full: ${{ steps.semver-tagger.outputs.version_full }}
@@ -49,7 +46,6 @@ jobs:
4946
with:
5047
fetch-depth: 0
5148
token: ${{ secrets.GITHUB_TOKEN }}
52-
5349
- name: Update version
5450
id: semver-tagger
5551
uses: manticoresoftware/semver-tagger-action@main

0 commit comments

Comments
 (0)