mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update dogfood deploy help_p1 webhook secret name (#10537)
This commit is contained in:
parent
305392e7bb
commit
aadfb12d51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dogfood-deploy.yml
vendored
2
.github/workflows/dogfood-deploy.yml
vendored
|
|
@ -26,7 +26,7 @@ env:
|
|||
TF_WORKSPACE: fleet
|
||||
TF_VAR_fleet_image: ${{ github.event.inputs.DOCKER_IMAGE || 'fleetdm/fleet:main' }}
|
||||
TF_VAR_fleet_license: ${{ secrets.DOGFOOD_LICENSE_KEY }}
|
||||
TF_VAR_slack_webhook: ${{ secrets.P1_SLACK_WEBHOOK }}
|
||||
TF_VAR_slack_webhook: ${{ secrets.SLACK_G_HELP_P1_WEBHOOK_URL }}
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue