Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit a7631d0

Browse files
fix(permission): added contents write permission to automated_release (#151)
* test job level permission * add write permission and revert debug changes
1 parent 29d05a7 commit a7631d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automated_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
5757
trigger-workflow:
5858
name: Trigger release workflow
59+
permissions:
60+
contents: write
5961
needs: [confirm-action-execution, next-version]
6062
if: needs.confirm-action-execution.outputs.week_number_check == 'true' && needs.confirm-action-execution.outputs.is_release_allowed == 'true'
6163
uses: ./.github/workflows/release.yaml

0 commit comments

Comments
 (0)