Skip to content

Commit 5dde58f

Browse files
committed
ci: remove github app token
1 parent a58dc16 commit 5dde58f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/foundry.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,9 @@ jobs:
1414
name: forge-test
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Generate a token
18-
id: generate-token
19-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
20-
with:
21-
app_id: ${{ secrets.APP_ID }}
22-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
23-
2417
- name: Checkout
2518
uses: actions/checkout@v3
2619
with:
27-
token: ${{ steps.generate-token.outputs.token }}
2820
submodules: recursive
2921

3022
- name: Install Foundry

0 commit comments

Comments
 (0)