Skip to content

Commit

Permalink
Maybe this is causing an issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent 5c9be60 commit 0afb201
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,18 @@ jobs:

- name: Generate token
id: generate_token
uses: getsentry/action-github-app-token@v3
uses: pypi-data/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
revoke: false

# - name: Generate token
# id: generate_token
# uses: getsentry/action-github-app-token@v3
# with:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Download hishel cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 0afb201

Please sign in to comment.