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
Folks sending in a PR from their local forks will always cause a failure of the ember-cli-update CI job. This is due to the usage of ${{ secrets.GitHubToken }} here:
Folks sending in a PR from their local forks will always cause a failure of the
ember-cli-update
CI job. This is due to the usage of${{ secrets.GitHubToken }}
here:ember-cli-update/.github/workflows/ci.yml
Lines 72 to 73 in fc221be
Pull requests from forks will not have access to any
${{ secrets.* }}
content (for somewhat clear security reasons).See documentation here, which starts out with:
The text was updated successfully, but these errors were encountered: