aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-10-12 15:12:35 -0700
committerGravatar GitHub <[email protected]>2022-10-12 15:12:35 -0700
commit87ebf37ff31fe8f12f5fbf025d89f452b978ef5e (patch)
treec2ab09e3f8848b720ebfbb46368ef1a7cd313a1a
parentMerge pull request #777 from python-discord/dependabot/pip/django-4.1.2 (diff)
`REPO_TOKEN` env var obliterated
-rw-r--r--.github/workflows/deploy.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 0e315327..57712dc7 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -29,7 +29,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