From 66461869ef572189d24e34f5e2f22afd7b91f733 Mon Sep 17 00:00:00 2001 From: ikjeong Date: Thu, 30 Jan 2025 21:28:18 +0900 Subject: [PATCH] Ci: update image tag action to use github token --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02d7045..4e0646d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,11 +37,10 @@ jobs: run: echo "SHORT_SHA=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV - name: Update image tag - uses: Goboolean/manifests/.github/actions/update-image-tag@main + uses: goboolean/manifests/.github/actions/update-image-tag@main with: app-name: ${{ github.event.repository.name }} image-tag: ${{ env.SHORT_SHA }} - id: ${{ secrets.IMAGE_TAG_UPDATE_APP_ID }} - private-key: ${{ secrets.IMAGE_TAG_UPDATE_APP_PRIVATE_KEY }} + github-token: ${{ secrets.GOBOOLEAN_IO_TOKEN }} profile: dev pull-request-link: ${{ github.event.pull_request.html_url }}