Skip to content

Commit

Permalink
Fix last broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Jul 7, 2024
1 parent 1d34a42 commit 57741a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:

- name: Generate then revoke token
run: |
token="$(./gh-token generate -i $APP_ID -b $APP_PRIVATE_KEY)"
echo "$APP_PRIVATE_KEY" > private_key.pem
token="$(./gh-token generate -i $APP_ID -k private_key.pem)"
./gh-token revoke -t $token
env:
APP_ID: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit 57741a1

Please sign in to comment.