aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-10-13 05:08:59 -0700
committerGravatar GitHub <[email protected]>2022-10-13 05:08:59 -0700
commit84c4a10e5fba64eb80ab50cfa9b2755d10c1a45c (patch)
treec2ab09e3f8848b720ebfbb46368ef1a7cd313a1a
parentMerge pull request #777 from python-discord/dependabot/pip/django-4.1.2 (diff)
parent`REPO_TOKEN` env var obliterated (diff)
Merge pull request #780 from python-discord/repo-token-remove
-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