Skip to content

Commit 8a76c34

Browse files
authored
Merge pull request #437 from snickerjp/fix_doc_github_app
fix: The GITHUB_ prefix was unusable
2 parents 2a4bfcb + 269f6ea commit 8a76c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authenticating-with-github-app-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Run issue-metrics tool
4141
uses: github/issue-metrics@v3
4242
env:
43-
GH_APP_ID: ${{ secrets.GITHUB_APP_ID }}
44-
GH_APP_INSTALLATION_ID: ${{ secrets.GITHUB_APP_INSTALLATION_ID }}
43+
GH_APP_ID: ${{ secrets.GH_APP_ID }}
44+
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}
4545
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
4646
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'
4747

0 commit comments

Comments
 (0)