Skip to content

Commit

Permalink
Merge pull request #437 from snickerjp/fix_doc_github_app
Browse files Browse the repository at this point in the history
fix: The GITHUB_ prefix was unusable
  • Loading branch information
jmeridth authored Dec 2, 2024
2 parents 2a4bfcb + 269f6ea commit 8a76c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authenticating-with-github-app-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Run issue-metrics tool
uses: github/issue-metrics@v3
env:
GH_APP_ID: ${{ secrets.GITHUB_APP_ID }}
GH_APP_INSTALLATION_ID: ${{ secrets.GITHUB_APP_INSTALLATION_ID }}
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'

Expand Down

0 comments on commit 8a76c34

Please sign in to comment.