diff options
| author | 2022-10-13 22:11:22 +0100 | |
|---|---|---|
| committer | 2022-10-13 22:11:22 +0100 | |
| commit | 9994ac356f1e7e1d016c8e7f0f8785d592758d94 (patch) | |
| tree | df44be4b24e6c04434070f74e145b0c5bfd09fa7 | |
| parent | Merge pull request #27 from python-discord/devops-rukes (diff) | |
| parent | `REPO_TOKEN` env var obliterated (diff) | |
Merge pull request #30 from Xithrius/patch-1
| -rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 1 |
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 |