Skip to content

Commit

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

- name: Unshallow
working-directory: source
Expand Down Expand Up @@ -138,7 +137,6 @@ 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 38d5bbb

Please sign in to comment.