Commit a93f974
authored
fix(ci): use PAT_TOKEN for tag push in release workflow (#193)
The 'Create and push tag' step used the default GITHUB_TOKEN from
actions/checkout, which lacks push permission. This caused a 403 error
when the workflow_dispatch trigger attempted to create and push a tag.
Use the PAT_TOKEN secret (already used for the changelog commit) to
authenticate the tag push.
Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>1 parent 1764b64 commit a93f974
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments