diff --git a/.github/workflows/publish-documentation-next.yml b/.github/workflows/publish-documentation-next.yml index 36702ce72c..bda9606b88 100644 --- a/.github/workflows/publish-documentation-next.yml +++ b/.github/workflows/publish-documentation-next.yml @@ -42,7 +42,7 @@ jobs: id: "publish_next" with: repository: grafana/website - branch: robbymilo/alloy-launch + branch: master host: github.com # PUBLISH_TO_WEBSITE_TOKEN is a fine-grained GitHub Personal Access Token that expires. # It must be regenerated in the grafanabot GitHub account and requires a Grafana organization diff --git a/.github/workflows/publish-documentation-versioned.yml b/.github/workflows/publish-documentation-versioned.yml index 7fbcd0bc02..de7ab67373 100644 --- a/.github/workflows/publish-documentation-versioned.yml +++ b/.github/workflows/publish-documentation-versioned.yml @@ -72,7 +72,7 @@ jobs: id: "publish_release" with: repository: grafana/website - branch: robbymilo/alloy-launch + branch: master host: github.com # PUBLISH_TO_WEBSITE_TOKEN is a fine-grained GitHub Personal Access Token that expires. # It must be regenerated in the grafanabot GitHub account and requires a Grafana organization