diff --git a/.github/workflows/all-builds.yml_DISABLED b/.github/workflows/all-builds.yml_DISABLED index 0178c3c0f5..131b6c7e23 100644 --- a/.github/workflows/all-builds.yml_DISABLED +++ b/.github/workflows/all-builds.yml_DISABLED @@ -45,9 +45,6 @@ jobs: soil/worker.sh JOB-raw-vm - name: publish-html - env: - # for deploying tarball securely - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | soil/github-actions.sh publish-and-exit raw-vm T @@ -85,9 +82,6 @@ jobs: soil/github-actions.sh run-job dummy podman - name: publish-html - env: - # for deploying to dashboard - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | soil/github-actions.sh publish-and-exit dummy T @@ -412,9 +406,6 @@ jobs: soil/worker.sh JOB-maybe-merge - name: publish-html - env: - # for deploying to dashboard - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | # NOTE: does not publish to status API soil/github-actions.sh publish-and-exit maybe-merge diff --git a/.github/workflows/fast-subset.yml b/.github/workflows/fast-subset.yml index 8238e708fc..aa894cf0a4 100644 --- a/.github/workflows/fast-subset.yml +++ b/.github/workflows/fast-subset.yml @@ -45,9 +45,6 @@ jobs: soil/worker.sh JOB-raw-vm - name: publish-html - env: - # for deploying to dashboard - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | soil/github-actions.sh publish-and-exit raw-vm T @@ -66,9 +63,6 @@ jobs: soil/github-actions.sh run-job dummy podman - name: publish-html - env: - # for deploying to dashboard - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | soil/github-actions.sh publish-and-exit dummy T @@ -123,9 +117,6 @@ jobs: soil/worker.sh JOB-dummy - name: publish-html - env: - # for deploying to dashboard - OILS_GITHUB_KEY: ${{ secrets.OILS_GITHUB_KEY }} run: | # NOTE: does not publish to status API soil/github-actions.sh publish-and-exit maybe-merge