CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
193 stars 53 forks source link

Running CI for a branch on a fork does not have access to ENV or SECRETS #150

Open w3cj opened 11 months ago

w3cj commented 11 months ago

Describe the bug

From some initial research it looks like this might only be possible on private repos?

We need this option mentioned in the docs for private repos but I cannot find it on a public repo:

"Send secrets to workflows from pull requests - Makes all secrets available to the pull request."

Screenshots

No response

Reproduction

See current open PRs from a fork.

Logs

No response

Have you checked if this issue has already been raised?

Code of Conduct

w3cj commented 11 months ago

Looks like the option on private repos might be called "Send secrets to workflows from pull requests" - referenced from here

w3cj commented 11 months ago

Confirmed. In the github actions / secrets settings of the repo it mentions:

Anyone with collaborator access to this repository can use these secrets and variables for actions. They are not passed to workflows that are triggered by a pull request from a fork.