Skip to content

Commit

Permalink
test with default token again
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Mar 22, 2024
1 parent 944cbe1 commit 6f466ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/issues-close-project-done.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
# schedule:
# # At minute 0 every 2 hours
# - cron: 0 0-23/2 * * *
pull_request:
branches:
- idwa-28-close-issues-on-project-done
push:
branches:
- idwa-28-close-issues-on-project-done
Expand All @@ -17,7 +14,7 @@ jobs:
- name: Sync issue states
uses: dasmerlon/project-issue-state-sync@v2
with:
github_token: ${{ secrets.CLOSE_ISSUE_WHEN_PROJECT_DONE }}
github_token: ${{ secrets.GITHUB_TOKEN}}
owner: CDCgov
project_number: 34
closed_statuses: Done
Expand Down

0 comments on commit 6f466ba

Please sign in to comment.