Skip to content

Commit

Permalink
Update schedule-monthly-PREV.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 13, 2023
1 parent ad11005 commit 861d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-monthly-PREV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/github-script@v6
id: get-list
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
github-token: ${{ secrets.TEST_GHAS }}
script: |
const script = require('./github-actions/trigger-schedule/list-inactive-members/get-list.js');
const getList = script({g: github, c: context});
Expand Down

0 comments on commit 861d7ee

Please sign in to comment.