We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e48b90 commit 6feca99Copy full SHA for 6feca99
.github/actions/reload-dev-portal/action.yml
@@ -73,8 +73,10 @@ runs:
73
env:
74
url: 'https://developer.hashicorp.com/api/revalidate/paths'
75
auth: 'Authorization: Bearer ${{ inputs.revalidate-token }}'
76
+ bot-bypass: '${{ secrets.DEVELOPER_BOT_BYPASS_TOKEN }}'
77
run: |
78
curl -X POST "${{ env.url }}" \
79
-H "${{ env.auth }}" \
80
-H "Content-Type: application/json" \
81
+ -H "X-BOT-BYPASS: ${{ env.bot-bypass }}" \
82
-d '{"paths": ${{ steps.map-files.outputs.FILES_URLS }} }'
0 commit comments