convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
319 stars 150 forks source link

Intermittently getting Bad Credentials #81

Open bernardomk opened 1 year ago

bernardomk commented 1 year ago

Hello,

We're intermittently getting bad credentials while using this action. This is our snippet:

      - name: Trigger SDK Build
        if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')  
        uses: convictional/trigger-workflow-and-wait@v1.6.1
        with:
          owner: <our org>
          repo: <our repo>
          github_token: ${{ secrets.DAIS_DEVOPS_TEAM_ACTIONS_PERSONAL_ACCESS_TOKEN }}
          workflow_file_name: main.yml
          wait_workflow: false
          ref: master

Error in the attached log file.

Thanks.

trigger-sdk-build.log

ArminazK commented 1 year ago

hi, @bernardomk have you got any answer/solution on this?

Thanks

brianjmurrell commented 6 months ago

I too would like to know if you solved this. It's happening every time for me, not just intermittently.