Skip to content

Commit

Permalink
ci(semantic-release): GH Token missing
Browse files Browse the repository at this point in the history
WIP #1
  • Loading branch information
Dougniel committed Nov 8, 2022
1 parent 7aecc37 commit 444e3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
@semantic-release/exec
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.OPT_CI_TOKEN }} # un token particulier pour que les workflows sur release soient déclenchés
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 👍 Merge main back to dev
if: github.ref == 'refs/heads/main' && steps.release.outputs.new_release_published == 'true'
Expand Down

0 comments on commit 444e3b6

Please sign in to comment.