mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Update run-algolia.yml
This commit is contained in:
3
.github/workflows/run-algolia.yml
vendored
3
.github/workflows/run-algolia.yml
vendored
@@ -22,6 +22,7 @@ env:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -34,4 +35,4 @@ jobs:
|
||||
env:
|
||||
APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
|
||||
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
|
||||
CONFIG: ${{ steps.algolia_config.outputs.config }}
|
||||
CONFIG: ${{ steps.algolia_config.outputs.config }}
|
||||
|
||||
Reference in New Issue
Block a user