diff options
author | 2022-10-13 05:08:36 -0700 | |
---|---|---|
committer | 2022-10-13 12:08:36 +0000 | |
commit | cb532cf0d3ae7c3c47959e2877c364c8f3ecb701 (patch) | |
tree | 6050ced45a442098cca737173332ed7520a01ccc | |
parent | Fix the TMDB API error handling in movie cog (#1060) (diff) |
`REPO_TOKEN` is no more. (#1119)
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 854243e6..62c83b0a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,6 @@ jobs: uses: actions/checkout@v2 with: repository: python-discord/kubernetes - token: ${{ secrets.REPO_TOKEN }} path: kubernetes - name: Authenticate with Kubernetes |