We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0ca3d commit 4c9ae45Copy full SHA for 4c9ae45
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: "1. Clone repository"
15
uses: actions/checkout@v2
16
with:
17
- token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }}
+ token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW }}
18
fetch-depth: '1'
19
20
- name: "2. Set up Python 3.9"
0 commit comments