Skip to content

Commit

Permalink
cd(push-to-discord.yaml): fix secret reference
Browse files Browse the repository at this point in the history
  • Loading branch information
minusmo committed Mar 5, 2024
1 parent ddb2958 commit da44ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Post Discord
shell: bash
env:
DISCORD_WEBHOOK: $ {{ secrets.GDSC_CAU_DISCORD_ARTICLES }}
DISCORD_WEBHOOK: ${{ secrets.GDSC_CAU_DISCORD_ARTICLES }}
run: |
curl -X POST \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit da44ab9

Please sign in to comment.