Skip to content

Commit

Permalink
ci: add missing secrets key
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Nov 14, 2023
1 parent eea31b5 commit 01708d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
rebuild-docs:
runs-on: ubuntu-latest
steps:
- run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ NETLIFY_DEVELOPER_DOCS_TOKEN }}
- run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_DEVELOPER_DOCS_TOKEN }}

0 comments on commit 01708d0

Please sign in to comment.