Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicle authored Apr 19, 2024
1 parent 653146e commit 65a20a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65a20a4

Please sign in to comment.