From 65a20a4cd1b1d1cbffb59bb5b1e401d02779fac3 Mon Sep 17 00:00:00 2001 From: "Aya (Igarashi) Ozawa" Date: Fri, 19 Apr 2024 11:43:08 +0900 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e054c07..44ecbe5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,10 +24,10 @@ jobs: echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin - uses: actions/create-github-app-token@v1 id: app-token - with: - app-id: ${{ secrets.APP_ID }} - private-key: ${{ secrets.CLIENT_ID }} - repositorys: homebrew-kubectl-bindrole + with: + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.CLIENT_ID }} + repositorys: homebrew-kubectl-bindrole - name: GoReleaser uses: goreleaser/goreleaser-action@v2 with: