diff options
author | 2022-10-13 05:09:28 -0700 | |
---|---|---|
committer | 2022-10-13 12:09:28 +0000 | |
commit | 47bd2e87208729d8fb2fae933d3d543d1ab4b519 (patch) | |
tree | 840d724685fc89861df2e0b89594a4395dfaff55 | |
parent | Merge pull request #1917 from mathstrains21/patreon (diff) |
`REPO_TOKEN` is no more. (#2289)
-rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 88abe6fb6..79eef8821 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,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 |