Skip to content

Commit

Permalink
modified to change token setting with token: ${{ secrets.KJ3_PATC }} …
Browse files Browse the repository at this point in the history
…in validate-submission.yaml to avoid 'Badcredentials' error
  • Loading branch information
kjsato committed Dec 14, 2023
1 parent 0bded7d commit 8a80a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: HopkinsIDD/rsv-forecast-hub_data
token: ${{ secrets.KJ3_PAT }}
token: ${{ secrets.KJ3_PATC }}
path: ./rsv-forecast-hub_data
fetch-depth: 2

Expand Down

0 comments on commit 8a80a8f

Please sign in to comment.