Skip to content

Commit b9646e1

Browse files
authored
Merge pull request #3 from containifyci/fr12k_release_token
fix(github): use a dedicated token for releases
2 parents 023cfa1 + 1e8b9f2 commit b9646e1

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)