Skip to content

Commit e7d011b

Browse files
committed
ci: Fix permissions for tagger
1 parent 48f2562 commit e7d011b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tagger.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
release:
55
types: [published, edited]
66

7-
permissions:
8-
contents: write
9-
107
jobs:
118
actions-tagger:
129
runs-on: ubuntu-latest
1310
permissions:
14-
deployments: write
11+
contents: write
1512
steps:
1613
- uses: Actions-R-Us/actions-tagger@v2

0 commit comments

Comments
 (0)