diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 45642b0..e7adbf1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -151,6 +151,7 @@ jobs: uses: actions/checkout@v4 with: ref: manifest + token: ${{ secrets.GITHUBTOKEN }} - name: Update manifest if: github.event_name == 'push' uses: mikefarah/yq@master @@ -165,3 +166,4 @@ jobs: commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] " +