mirror of
https://github.com/bfbbdecomp/bfbb.git
synced 2024-11-23 06:19:45 +00:00
expose secret to env var
This commit is contained in:
parent
963bc64b3c
commit
c72975bf0f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -110,6 +110,8 @@ jobs:
|
||||
dotnet-version: "8.x.x"
|
||||
|
||||
- name: Build Website
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
run: |
|
||||
python build.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user