Skip to content

Commit

Permalink
fix: use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 16, 2024
1 parent 3a6c46a commit 6c6b891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extends: |
@socialgouv/releaserc
# with:
# extends: |
# @socialgouv/releaserc
env:
GITHUB_TOKEN: ${{ secrets.FINE_GRAIN_TOKEN_TEST }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c6b891

Please sign in to comment.