aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-10-13 14:08:19 -0700
committerGravatar GitHub <[email protected]>2022-10-13 14:08:19 -0700
commit0dd65b0ff547aaa0367b19492f1e97317efdc1d5 (patch)
treedf44be4b24e6c04434070f74e145b0c5bfd09fa7
parentMerge pull request #27 from python-discord/devops-rukes (diff)
`REPO_TOKEN` env var obliterated
-rw-r--r--.github/workflows/lint-build-deploy.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml
index e39a4ac..b34a553 100644
--- a/.github/workflows/lint-build-deploy.yaml
+++ b/.github/workflows/lint-build-deploy.yaml
@@ -103,7 +103,6 @@ jobs:
uses: actions/checkout@v2
with:
repository: python-discord/kubernetes
- token: ${{ secrets.REPO_TOKEN }}
- name: Authenticate with Kubernetes
uses: azure/k8s-set-context@v1