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 4ce466a commit d766911
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 @@ -77,6 +77,17 @@ jobs:
value: ${{ steps.execute.outputs.aligo_token }}
pa_token: ${{ secrets.GH_TOKEN }}

- name: 更新ALIGO_TOKEN(tgbot)
uses: jon-grey/github-actions-secrets-creator@v1
if:
# 如果${{ steps.execute.outputs.aligo_token }}存在
steps.execute.outputs.aligo_token
with:
location: nichuanfang/tgbot
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 d766911

Please sign in to comment.