Action not working anymore ?
The action worked very well until 3 months ago, but since there seems to be an authorization problem. I removed GITHUB_TOKEN var, used token parameter, removed both, added write-all permission, but nothing seems to work :/
Error:
Using obsolete GITHUB_TOKEN environment variable: Please use token
arg instead. In most cases the default value will just work and you can
simply remove the token variable from your configuration.
Updating ref: tags/v8 to: b38cdf1f0cbe056fad4112cb7cd[9](https://github.com/oxsecurity/megalinter/actions/runs/11650500232/job/32439311091#step:3:10)9c2b574c9617
Pipeline:
name: Keep GitHub tag versions up-to-date
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
environment:
name: release
permissions: write-all
steps:
- uses: actions/checkout@v4
- uses: Actions-R-Us/[email protected]
with:
publish_latest_tag: true
Failing job: https://github.com/oxsecurity/megalinter/actions/runs/11650500232/job/32439311091
This action need a new release, due to Node 16 end-of-life in GH Actions Runner. After a long period to allow maintainers to switch from Node 16 Node 20, it's now over !
https://github.com/Actions-R-Us/actions-tagger/blob/v2.0.3/action.yml#L27
I've seen that fixed is already available in repo https://github.com/Actions-R-Us/actions-tagger/blob/release/v2/action.yml#L37
But we are waiting for a quick release, if you don't want users let down your GH Action !
Any news ?