Skip to content

Commit 4c9ae45

Browse files
authored
update release workflow with new secrets
1 parent 3c0ca3d commit 4c9ae45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "1. Clone repository"
1515
uses: actions/checkout@v2
1616
with:
17-
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }}
17+
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW }}
1818
fetch-depth: '1'
1919

2020
- name: "2. Set up Python 3.9"

0 commit comments

Comments
 (0)