We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3211f3 commit b2acc7eCopy full SHA for b2acc7e
1 file changed
.github/workflows/actionlint.yml
@@ -22,12 +22,6 @@ jobs:
22
steps:
23
- name: checkout
24
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 }}
31
- name: run actionlint
32
uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
33
with:
@@ -36,4 +30,5 @@ jobs:
36
- name: run pinact-actions
37
uses: suzuki-shunsuke/pinact-action@d735505f3decf76fca3fdbb4c952e5b3eba0ffdd # v0.1.2
38
39
- github_token: ${{ steps.generate-token.outputs.token }}
+ app_id: ${{secrets.APP_ID}}
34
+ app_private_key: ${{secrets.APP_PRIVATE_KEY}}
0 commit comments