Skip to content

Commit

Permalink
try removing Oils github key
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Aug 26, 2024
1 parent 7c78d89 commit 3135f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/all-builds.yml_DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
9 changes: 0 additions & 9 deletions .github/workflows/fast-subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3135f7e

Please sign in to comment.