Skip to content

Commit

Permalink
secureli-275: removes temp test to verify token is being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisba11 committed Aug 16, 2023
1 parent 68e9590 commit cefb66c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@ jobs:
poetry run poe precommit
poetry run poe coverage
poetry run secureli build
- name: Get App Token
uses: tibdex/github-app-token@v1
id: app_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- env:
SECRET: ${{ steps.app_token.outputs.token }}
run: |
abbr_secret=${SECRET:0:10}
echo $abbr_secret
secureli-release-noop:
Expand Down

0 comments on commit cefb66c

Please sign in to comment.