Breaking Changes
- the
GITHUB_TOKEN
environment variable will soon no longer be used.- Simply remove the environment variable from the action call if you have it set to
${secrets.GITHUB_TOKEN}
- if you had a custom token, set it with
token
as action input parameter now (with:
block) instead.
- Simply remove the environment variable from the action call if you have it set to
What's Changed
- docs: using latest version in demo code. by @VShawn in #21
- Add token, repo and sha input by @n-elie in #23 and #25
- you can now publish nightlies for other repositories and/or other commits, for this set the
repo
andsha
values as well astoken
to one with permissions, if needed
- you can now publish nightlies for other repositories and/or other commits, for this set the
New Contributors
Full Changelog: v2.0.0...v3.0.0