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 175c5a0 commit 7342489Copy full SHA for 7342489
.github/workflows/release.yml
@@ -37,8 +37,7 @@ jobs:
37
@semantic-release/git
38
@semantic-release/changelog
39
env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
+ GITHUB_TOKEN: ${{ secrets.PAT }}
42
43
- name: Publish To GitHub Package Registry
44
if: steps.semantic.outputs.new_release_published == 'true'
@@ -49,5 +48,4 @@ jobs:
49
48
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