mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 09:59:33 +01:00
fix: correct webhook token secret reference in GitHub Actions workflow
This commit is contained in:
2
.github/workflows/BuildAndPushContainer.yml
vendored
2
.github/workflows/BuildAndPushContainer.yml
vendored
@@ -57,6 +57,6 @@ jobs:
|
||||
- name: Notify updater (GET, bearer)
|
||||
if: ${{ success() && github.ref == 'refs/heads/main' }}
|
||||
env:
|
||||
WEBHOOK_TOKEN: ${{ secrets.GITHUB_WEBHOOK_TOKEN }}
|
||||
WEBHOOK_TOKEN: ${{ secrets.WEBHOOK_TOKEN }}
|
||||
run: |
|
||||
curl -fsS --retry 5 -H "Authorization: Bearer ${WEBHOOK_TOKEN}" http://10.0.3.185:8080/v1/update
|
||||
Reference in New Issue
Block a user