Skip to content

Commit

Permalink
load gh action secret
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Apr 26, 2024
1 parent 563461c commit 3e6e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Redeploy Dev Service
run: curl -X POST $PORTAINER_DEV_SERVICE_WEBHOOK
run: curl -X POST ${{ secrets.PORTAINER_DEV_SERVICE_WEBHOOK }}

deploy_health_check:
name: Check Application Status
Expand Down

0 comments on commit 3e6e01b

Please sign in to comment.