Skip to content

Commit

Permalink
fix: dummy CHECKLY_API_KEY in release.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Jul 14, 2021
1 parent 7e8db02 commit 575c752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CHECKLY_API_KEY: abc123
# Slack FAILURE alert
- name: Slack Failure Notification
if: ${{ failure() }}
Expand Down

0 comments on commit 575c752

Please sign in to comment.