Skip to content

Commit 1e8b9f2

Browse files
committed
fix(github): use a dedicated token for releases
This will ensure that the release created with this dedicated token triggers also the publish workflow as well. Currently, using the default GITHUB_TOKEN does not trigger other workflows.
1 parent 78abfe1 commit 1e8b9f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
contents: write
1919
pull-requests: write
2020
uses: containifyci/.github/.github/workflows/release.yml@v1
21-
secrets: inherit
21+
secrets:
22+
RELEASE_GITHUB_TOKEN: ${{ secrets.CONTAINIFYCI_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)