Skip to content

Commit

Permalink
wrong notation for secret?
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrdrahl committed Apr 3, 2023
1 parent 0d54abc commit ac2bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: ./.github/workflows/slack.sh
shell: bash
- name: post to slack
run: ./.github/workflows/slack.sh ${{ POST_SLACK }}
run: ./.github/workflows/slack.sh ${{ secrets.POST_SLACK }}
shell: bash

0 comments on commit ac2bbdf

Please sign in to comment.