From ab050f805587bd3ca2f88f95ff98e007592befb6 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 16 Jun 2022 11:33:08 -0400 Subject: [PATCH] Refine the API docs publishing pipeline --- .github/workflows/sentry-docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sentry-docs.yml b/.github/workflows/sentry-docs.yml index bb53290..383ada1 100644 --- a/.github/workflows/sentry-docs.yml +++ b/.github/workflows/sentry-docs.yml @@ -3,12 +3,12 @@ on: push: branches: - "main" - + workflow_dispatch: # temp for testing, remove if you like jobs: - trigger_docs_release: + bump_api_schema_sha: runs-on: ubuntu-latest steps: - - name: Trigger new docs release + - name: Bump API schema SHA in sentry-docs env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }} - run: gh workflow run release -R getsentry/sentry-docs + run: gh workflow run bump-api-schema-sha -R getsentry/sentry-docs