Skip to content

Commit

Permalink
fix(ci): use rclone token for small task job
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Oct 15, 2024
1 parent ea67f89 commit 3810905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Small Task
shell: pwsh
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.RCLONE_TOKEN }}
run: |
.\.github\workflows\check.ps1 ${{ inputs.DatabaseOnly == true && '-DatabaseOnly' || '' }}
Expand Down

0 comments on commit 3810905

Please sign in to comment.