Skip to content

Commit

Permalink
Access FRONTPAGE_HOOK from secrets not env
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Nov 9, 2021
1 parent f42e25a commit bf30421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: curl -X POST "https://api.netlify.com/build_hooks/$FRONTPAGE_HOOK"
- run: curl -X POST "https://api.netlify.com/build_hooks/${{ secrets.FRONTPAGE_HOOK }}"

get-latest-release-branch:
needs: branch-checks
Expand Down

0 comments on commit bf30421

Please sign in to comment.