Skip to content

Commit

Permalink
test default token
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jun 27, 2024
1 parent d3d3547 commit 233ac72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,13 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: true
token: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
token: ${{ secrets.GITHUB_TOKEN }}
body_path: ${{ github.workspace }}-CHANGELOG.txt
tag_name: ${{ env.GITHUB_TAG_MAJOR_VERSION }}

- name: Publish Release Files
env:
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ env.GITHUB_TAG_MAJOR_VERSION }}
run: |
touch .release-env
Expand All @@ -493,7 +493,7 @@ jobs:
- name: Upload Attestation Bundle
env:
GH_TOKEN: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
gh release upload ${{ env.GITHUB_TAG_MAJOR_VERSION }} ${{ steps.attestation.outputs.bundle-path }}
Expand Down

0 comments on commit 233ac72

Please sign in to comment.