diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d468cde..7ff9bfe 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,7 +25,7 @@ jobs: uses: actions/github-script@v6 with: script: | - const repo = await github.repos.get(context.repo) + const repo = await github.rest.repos.get(context.repo) return repo.data # Prepare variables - name: Prepare