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 f15ff62 commit fcd1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -27,5 +27,5 @@ 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: "echo 'The created token is masked: ${{ steps.create_token.outputs.token }}'"
- run: npm run prettier -- --check

0 comments on commit fcd1242

Please sign in to comment.