You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a workaround for this? As far as I can tell, this issue makes the action unusable for jobs that run longer than 24 hours. Am I missing something?
If I DO NOT provide a token
- name: Generate Set ${{ matrix.set }}${{ matrix.variant }} Test Report uses: dorny/test-reporter@v1with:
name: Results Set ${{ matrix.set }}${{ matrix.variant }} path: qual/report/set_${{ matrix.set }}${{ matrix.variant }}.json reporter: mocha-json
Any job that runs for more than 24 hours results in Error: HttpError: Bad credentials
Is there a workaround for this? As far as I can tell, this issue makes the action unusable for jobs that run longer than 24 hours. Am I missing something?
If I DO NOT provide a token
Any job that runs for more than 24 hours results in
Error: HttpError: Bad credentials
If I DO provide a token
ALL jobs result in
Error: HttpError: Resource not accessible by personal access token
I'm using a fine-grained token with
✔Read access to metadata
✔Read and Write access to actions, administration, and workflows
Originally posted by @bthornton191 in #150 (comment)
The text was updated successfully, but these errors were encountered: