Skip to content

Commit 417a11b

Browse files
committed
add token to release workflow
1 parent c141745 commit 417a11b

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.GITHUB_TOKEN }}
17+
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }}
1818
fetch-depth: '1'
1919

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

0 commit comments

Comments
 (0)