Skip to content

Commit b2acc7e

Browse files
authored
Update actionlint.yml
1 parent a3211f3 commit b2acc7e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
steps:
2323
- name: checkout
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25-
- name: Generate GitHub App Token
26-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
27-
id: generate-token
28-
with:
29-
app_id: ${{ secrets.APP_ID }}
30-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
3125
- name: run actionlint
3226
uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
3327
with:
@@ -36,4 +30,5 @@ jobs:
3630
- name: run pinact-actions
3731
uses: suzuki-shunsuke/pinact-action@d735505f3decf76fca3fdbb4c952e5b3eba0ffdd # v0.1.2
3832
with:
39-
github_token: ${{ steps.generate-token.outputs.token }}
33+
app_id: ${{secrets.APP_ID}}
34+
app_private_key: ${{secrets.APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)