Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
- main
jobs:
release:
# The called workflow's release job runs with `contents: write` (it pushes
# the version-bump commit, tags, and GitHub releases) and `id-token: write`.
# A called workflow can only narrow the token it is handed, never widen it,
# so the caller has to grant these explicitly; inheriting the repository
# default is not enough wherever that default is read-only.
permissions:
contents: write
id-token: write
uses: rainlanguage/rainix/.github/workflows/rainix-autopublish.yaml@main
with:
soldeer-package: rain-flare
Expand Down
Loading