Commit 8eb354d
authored
Modify permission for release job (#1209)
Fix #1202
When using a reusable workflow, it seems that the caller must define all
necessary permissions for the callee. (This is the same for secrets as
well.)
reference:
https://docs.github.com/en/actions/sharing-automations/reusing-workflows#supported-keywords-for-jobs-that-call-a-reusable-workflow
failed job:
https://github.com/line/line-bot-sdk-nodejs/actions/runs/141007866551 parent 8f792d2 commit 8eb354d
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
0 commit comments