Skip to content

Commit

Permalink
correct error in workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 6, 2024
1 parent ab4e850 commit 571fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
NODEPING_TOKEN: ${{ secrets.AWS_ACCESS_KEY_ID }}
NODEPING_TOKEN: ${{ secrets.NODEPING_TOKEN }}
CONTACT_GROUP_NAME: ${{ vars.CONTACT_GROUP_NAME }}
COUNT_LIMIT: ${{ vars.COUNT_LIMIT }}
PERIOD: ${{ vars.PERIOD }}
Expand Down

0 comments on commit 571fdea

Please sign in to comment.