Skip to content

Commit

Permalink
update yml file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjazper authored May 27, 2024
1 parent 532805e commit 727604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.UPDATE_LIST_APPID }}
app-id: ${{ vars.UPDATE_LIST_APPID }}
private-key: ${{ secrets.UPDATE_LIST_SECRET }}

- name: Checkout repository
Expand Down

0 comments on commit 727604f

Please sign in to comment.