Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failures from forks #1085

Open
rwjblue opened this issue Dec 17, 2020 · 0 comments
Open

CI Failures from forks #1085

rwjblue opened this issue Dec 17, 2020 · 0 comments
Labels

Comments

@rwjblue
Copy link
Member

rwjblue commented Dec 17, 2020

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:

ref: ${{ github.head_ref }}
token: ${{ secrets.GitHubToken }}

Pull requests from forks will not have access to any ${{ secrets.* }} content (for somewhat clear security reasons).

See documentation here, which starts out with:

With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant