Skip to content

Commit

Permalink
fixup! Try revoking token
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 9, 2023
1 parent fcd1242 commit 8875df2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
private_key: ${{ secrets.TEST_GITHUB_APP_PRIVATE_KEY }}
- if: ${{ steps.create_token.outcome != 'skipped' }}
run: node --eval "assert('${{ steps.create_token.outputs.token }}'.length > 0);"
- run: "echo 'The created token is masked: ${{ steps.create_token.outputs.token }}'"
- run: npm run prettier -- --check

0 comments on commit 8875df2

Please sign in to comment.