diff options
author | 2022-10-12 15:12:35 -0700 | |
---|---|---|
committer | 2022-10-12 15:12:35 -0700 | |
commit | 87ebf37ff31fe8f12f5fbf025d89f452b978ef5e (patch) | |
tree | c2ab09e3f8848b720ebfbb46368ef1a7cd313a1a /.github | |
parent | Merge pull request #777 from python-discord/dependabot/pip/django-4.1.2 (diff) |
`REPO_TOKEN` env var obliterated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yaml | 1 |
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 |