Skip to content

Commit c5f9b03

Browse files
committed
test
1 parent bd5dc69 commit c5f9b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Push binary to tools
142142
if: inputs.os == 'windows-latest'
143143
env:
144-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
144+
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
145145
shell: bash
146146
run: |
147147
for tool in ${{ env.CHANGED_TOOLS }}; do

0 commit comments

Comments
 (0)