File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : Run issue-metrics tool
41
41
uses : github/issue-metrics@v3
42
42
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 }}
45
45
GH_APP_PRIVATE_KEY : ${{ secrets.GH_APP_PRIVATE_KEY }}
46
46
SEARCH_QUERY : ' repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'
47
47
@@ -50,13 +50,13 @@ jobs:
50
50
teamMembers="$(gh api /orgs/ORG/teams/TEAM_SLUG/members | jq -r '.[].login' | paste -sd, -)"
51
51
echo 'TEAM_MEMBERS='$teamMembers >> $GITHUB_ENV
52
52
env:
53
- GITHUB_TOKEN : ${{ secrets.CUSTOM_TOKEN }}
53
+ GH_TOKEN : ${{ secrets.CUSTOM_TOKEN }}
54
54
55
55
- name : Create issue
56
56
uses : peter-evans/create-issue-from-file@v4
57
57
with :
58
58
title : Monthly issue metrics report
59
- token : ${{ secrets.GITHUB_TOKEN }}
59
+ token : ${{ secrets.GH_TOKEN }}
60
60
content-filepath : ./issue_metrics.md
61
61
assignees : ${{ env.TEAM_MEMBERS }}
62
62
` ` `
You can’t perform that action at this time.
0 commit comments