diff options
| author | 2022-10-18 19:38:00 +0300 | |
|---|---|---|
| committer | 2022-10-18 19:38:00 +0300 | |
| commit | 5e6722816dfbbc961379badbb564286fa9547ca5 (patch) | |
| tree | 457dc4de4e0ad6dc227012bb20f05349d37bfc5e /.github | |
| parent | use tldextract for a correct url decomposition (diff) | |
| parent | Merge pull request #2293 from python-discord/fix-sequency-proxy-breaking-change (diff) | |
Merge branch 'main' into 1379-tranform-urls-upon-rich-embed-filter-application
Diffstat (limited to '.github')
| -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 |