Relative Content

Tag Archive for githubcontinuous-integrationgithub-actionsworkflow

Trying to use Safe download workflow artifact getting the below error

Trying to run below workflow but getting Error:  AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:b37a6424-701e-004c-55dc-da07c1000000 Time:2024-07-20T19:39:41.7435261Z name: check actions run-name: check actions on: workflow_dispatch: push: jobs: artifacts: name: Build runs-on: ubuntu-latest steps: – name: use action uses: Legit-Labs/action-download-artifact@v2 with: github_token: ${{ […]