From d28f3a80d8eb04e93bec94a5ff794e2b5c199aa0 Mon Sep 17 00:00:00 2001 From: Caian Ertl Date: Wed, 11 May 2022 22:39:51 -0300 Subject: [PATCH] ci: try to use the default github secret token --- .github/workflows/build-bare-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bare-image.yml b/.github/workflows/build-bare-image.yml index 0bf009a..603d99c 100644 --- a/.github/workflows/build-bare-image.yml +++ b/.github/workflows/build-bare-image.yml @@ -36,6 +36,6 @@ jobs: - name: Trigger "full" image build uses: peter-evans/repository-dispatch@v2 with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} event-type: build-full-image client-payload: '{"tag": "${{ steps.meta.outputs.tags }}"}'