Skip to content

Commit

Permalink
Go release use app token (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 24, 2024
1 parent c4aae9d commit 3bc21c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shared-go-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
uses: actions/checkout@v4
with:
path: source
token: ${{ steps.github-app.outputs.token }}

- name: Unshallow
working-directory: source
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
.github/goreleaser.yml
sparse-checkout-cone-mode: false
ref: main
token: ${{ steps.github-app.outputs.token }}

- name: Go releaser config
working-directory: source
Expand Down

0 comments on commit 3bc21c4

Please sign in to comment.