Skip to content

Commit

Permalink
modify upd file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjazper committed May 29, 2024
1 parent d3bbd94 commit 1b7b9b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Create GitHub App token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.UPDATE_LIST_APPID }}
private-key: ${{ secrets.UPDATE_LIST_SECRET }}

- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1b7b9b8

Please sign in to comment.