Skip to content

Commit b9d45a2

Browse files
committed
fix(cd): specify permissions per workflow
1 parent 9af2b12 commit b9d45a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ on:
2929
options:
3030
- dev
3131

32-
permissions:
33-
contents: write
34-
id-token: write
35-
3632
jobs:
3733
auto-release:
3834
uses: init4tech/actions/.github/workflows/auto-release.yml@main
35+
permissions:
36+
contents: write
3937
with:
4038
generate-tag: true
4139
custom-tag: ${{ github.event.inputs.custom-tag }}

0 commit comments

Comments
 (0)