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
actions/upload-artifact@v3 is not allowed to be used in philjn/peloton-to-garmin. Actions in this workflow must be: within a repository owned by philjn.
Root cause
The cause of the failure is because the "actions/upload-artifact@v3" action is from the GitHub organization and if you have not allowed actions from the GitHub organization the call to the action will fail.
This was determined by looking at other similar issues:
Describe the bug
The recent addition of #536, resulted in the GitHub Action workflow Sync workflow: https://github.com/philosowaffle/peloton-to-garmin/blob/8321bdecf99589bd47e1594f8f48cb72ecc35a5c/.github/workflows/sync_peloton_to_garmin.yml to fail with an error like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sync workflow runs without issues as per the Wiki documentation: https://philosowaffle.github.io/peloton-to-garmin/install/github-action.html
Root cause
The cause of the failure is because the "actions/upload-artifact@v3" action is from the GitHub organization and if you have not allowed actions from the GitHub organization the call to the action will fail.
This was determined by looking at other similar issues:
Solution:
Enable Actions authored by GitHub (This setting is also where you can allow other ORGANIZATION actions as well)
Image of setting:
Suggestion:
The text was updated successfully, but these errors were encountered: