We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21e6e9 commit 8bf244cCopy full SHA for 8bf244c
.github/workflows/release.yml
@@ -17,7 +17,8 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0 # full history so semantic-release can walk commits
20
- persist-credentials: false
+ persist-credentials: true
21
+ token: ${{ secrets.AUTO_PR_TOKEN }}
22
23
- uses: actions/setup-python@v5
24
@@ -36,5 +37,6 @@ jobs:
36
37
run: |
38
git config user.name "github-actions[bot]"
39
git config user.email "github-actions[bot]@users.noreply.github.com"
40
+ git remote set-url origin https://x-access-token:${{ secrets.AUTO_PR_TOKEN }}@github.com/node9-ai/node9-python.git
41
semantic-release version
42
semantic-release publish
0 commit comments