pyodide / pyodide-actions

Github Actions for Pyodide
Mozilla Public License 2.0
7 stars 5 forks source link

Allow passing Github token for the install-browsers action #5

Closed ryanking13 closed 1 year ago

rth commented 1 year ago

Thanks! How does this work? Secrets are not shared with forks, so does it mean it would fail on forks?

ryanking13 commented 1 year ago

GITHUB_TOKEN is different than other secrets. It is automatically created by GHA for every workflow run and removed right after the workflow, so I think it also works in forks.