Skip to content

Commit

Permalink
Extract token
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Jul 7, 2024
1 parent 57741a1 commit 1911deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Generate then revoke token
run: |
echo "$APP_PRIVATE_KEY" > private_key.pem
token="$(./gh-token generate -i $APP_ID -k private_key.pem)"
token="$(./gh-token generate -i $APP_ID -k private_key.pem | jq -r '.token')"
./gh-token revoke -t $token
env:
APP_ID: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit 1911deb

Please sign in to comment.