Compare commits
No commits in common. "2230ca250157d2980113827fba480623ea2824ed" and "bbde478157b839eb421577dc19f51c9aabe31791" have entirely different histories.
2230ca2501
...
bbde478157
2 changed files with 3 additions and 6 deletions
|
|
@ -5,11 +5,9 @@
|
||||||
# Requirements:
|
# Requirements:
|
||||||
# - A Forgejo Actions runner on the instance. Adjust `runs-on` to a label
|
# - A Forgejo Actions runner on the instance. Adjust `runs-on` to a label
|
||||||
# your runner actually advertises (common: docker, ubuntu-latest).
|
# your runner actually advertises (common: docker, ubuntu-latest).
|
||||||
# - A repository/org secret RELEASE_TOKEN: a token with read:user,
|
# - A repository/org secret RELEASE_TOKEN: a token with package:write and
|
||||||
# write:package and write:repository scopes for an account allowed to
|
# repository:write scopes for an account allowed to publish packages
|
||||||
# publish packages under the heavy-duty org. read:user is required because
|
# under the heavy-duty org.
|
||||||
# publish-release.sh runs `stoke auth login`, which validates the token
|
|
||||||
# against /user.
|
|
||||||
|
|
||||||
name: release
|
name: release
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
- Correct the release workflow's documented token scopes to include the identity check required before publishing. (#60).
|
|
||||||
Loading…
Reference in a new issue