Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0082aee

Browse files
fix: GITHUB_TOKEN variable
1 parent 48c0bc5 commit 0082aee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
run: npm i --save=false semantic-release @socialgouv/releaserc @semantic-release/changelog @semantic-release/git @semantic-release/npm
2424
- name: Release
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
2728
run: npx semantic-release --extends @socialgouv/releaserc

0 commit comments

Comments
 (0)