You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point the caller at this branch's reusable workflow and pull the
development docs-base image published from the website PR, so the
preview exercises the redirects manifest path instead of the alias
scraping fallback.
The build-website job logs in to GAR when the image comes from
us-docker.pkg.dev, which requires id-token permission from callers.
Revert the caller ref and image pin to main and nightly before merge.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Copy file name to clipboardExpand all lines: .github/workflows/deploy-pr-preview.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ on:
13
13
14
14
jobs:
15
15
deploy-pr-preview:
16
-
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main # zizmor: ignore[unpinned-uses] It's a protected branch in the same repository.
16
+
# TODO: revert to @main before merge, iterating on the reusable workflow in this branch.
17
+
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@jdb/deploy-preview # zizmor: ignore[unpinned-uses] It's a branch in the same repository.
17
18
if: "!github.event.pull_request.head.repo.fork"
18
19
permissions:
19
20
contents: read # Clone repository.
@@ -23,7 +24,9 @@ jobs:
23
24
with:
24
25
branch: ${{ github.head_ref }}
25
26
event_number: ${{ github.event.number }}
26
-
image: grafana/docs-base:nightly
27
+
# TODO: revert to grafana/docs-base:nightly before merge, testing the
0 commit comments