Skip to content

Commit

Permalink
Update crawl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nichuanfang authored Dec 14, 2023
1 parent 5f10a52 commit c9df17e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ jobs:
value: ${{ steps.execute.outputs.aligo_token }}
pa_token: ${{ secrets.GH_TOKEN }}

- name: 更新ALIGO_TOKEN(trakt)
uses: jon-grey/github-actions-secrets-creator@v1
if:
# 如果${{ steps.execute.outputs.aligo_token }}存在
steps.execute.outputs.aligo_token
with:
location: nichuanfang/trakt
name: ALIGO_TOKEN
value: ${{ steps.execute.outputs.aligo_token }}
pa_token: ${{ secrets.GH_TOKEN }}

- name: keep alive
uses: Smart-Transportation/[email protected]
continue-on-error: true
Expand Down

0 comments on commit c9df17e

Please sign in to comment.