We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72561b commit 175c5a0Copy full SHA for 175c5a0
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
@semantic-release/git
38
@semantic-release/changelog
39
env:
40
- GITHUB_TOKEN: ${{ secrets.PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
42
43
- name: Publish To GitHub Package Registry
@@ -49,5 +49,5 @@ jobs:
49
if: steps.semantic.outputs.new_release_published == 'true'
50
run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v${{steps.semantic.outputs.new_release_major_version}}"
51
52
53
0 commit comments