Skip to content

Commit

Permalink
ci(github): remove app token
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Nov 15, 2023
1 parent 5958fd4 commit 0e4caed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Generate a token
id: generate-token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ steps.generate-token.outputs.token }}
submodules: recursive

- name: Install Foundry
Expand Down

0 comments on commit 0e4caed

Please sign in to comment.