Skip to content

Commit

Permalink
expose secret to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Aug 2, 2024
1 parent 963bc64 commit c72975b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
dotnet-version: "8.x.x"

- name: Build Website
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
run: |
python build.py
Expand Down

0 comments on commit c72975b

Please sign in to comment.