We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a4bfcb + 269f6ea commit 8a76c34Copy full SHA for 8a76c34
docs/authenticating-with-github-app-installation.md
@@ -40,8 +40,8 @@ jobs:
40
- name: Run issue-metrics tool
41
uses: github/issue-metrics@v3
42
env:
43
- GH_APP_ID: ${{ secrets.GITHUB_APP_ID }}
44
- 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 }}
45
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
46
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'
47
0 commit comments