Skip to content

Action not working anymore ? #94

@nvuillam

Description

@nvuillam

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/actions-tagger@v2.0.3
        with:
          publish_latest_tag: true

Failing job: https://github.com/oxsecurity/megalinter/actions/runs/11650500232/job/32439311091

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions