silverstripe / gha-ci

GitHub Actions Workflow - CI for Silverstripe modules
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

gha-ci patch tag job broken #149

Closed emteknetnz closed 2 months ago

emteknetnz commented 3 months ago

https://github.com/silverstripe/gha-ci/actions/runs/10498701316/job/29084137582#logs

Failed after merging https://github.com/silverstripe/gha-ci/pull/148

The repositories tag-patch-release.yml workflow uses the gha-tag-release action

For gha repos, the gha-tag-release action will dispatch the auto-tag.yml workflow on the repository. Doing this requires an actions: write permission on the token which is currently missing

Note that I ran module standardiser on the next-patch branches

PRs

GuySartorelli commented 2 months ago

PRs merged, reassigning to Steve to double check it's working as expected