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

Don't run PR build actions on forks #1712

Merged
merged 2 commits into from
Feb 4, 2021

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Feb 2, 2021

When you fork a repo you get all the repo's actions as well. That means the PR build and publish actions will run. But they'll fail because they don't have access to the S3 bucket secret (which is as it should be). So there really is no point in running these on any other repo than redwoodjs/redwood

Thanks to @jeliasson for the idea!

@github-actions
Copy link

github-actions bot commented Feb 2, 2021

@thedavidprice thedavidprice merged commit e680ee4 into redwoodjs:main Feb 4, 2021
dac09 added a commit to dac09/redwood that referenced this pull request Feb 5, 2021
…ender-p1

* 'main' of github.com:redwoodjs/redwood:
  Updated Status of Storybook in Technologies
  Fix import in RWProject in rw/structure (redwoodjs#1707)
  Support unix socket or port for functions server (redwoodjs#1689)
  Don't run PR build actions on forks (redwoodjs#1712)
  Router: Explicitly build types (redwoodjs#1722)
  Router: Automatically import .ts Page files
  Fix env loading in users webpack config (redwoodjs#1729)
  Format import-dir-*-.d.ts
  Format generated routes.d.ts file
  CRWA Readme: Add missing comma (redwoodjs#1715)
  Corrects dataMigrate install instructions (redwoodjs#1718)
@thedavidprice thedavidprice added this to the v0.25.0 milestone Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants