Skip to content

Commit

Permalink
Update schedule-monthly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 6, 2023
1 parent 79d0914 commit 4cbdb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/github-script@v6
id: comment-issue
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
github-token: ${{ secrets.TEST_GHAS }}
script: |
const script = require('./github-actions/trigger-schedule/list-inactive-members/comment-issue.js');
const newIssueNumber = ${{ steps.create-new-issue.outputs.result }};
Expand Down

0 comments on commit 4cbdb60

Please sign in to comment.