Skip to content

Commit

Permalink
Update secret for release
Browse files Browse the repository at this point in the history
  • Loading branch information
twstagg committed Nov 19, 2023
1 parent 326c85a commit 5274e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
ref: ${{ needs.build.outputs.raw_tag_name }}
# Authenticate gh
- name: Authenticate gh
run: gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
run: gh auth login --with-token <<< "${{ secrets.TWSTA_ACTIONS }}"
# Generate changelog
- name: Generate changelog
uses: Bullrich/generate-release-changelog@master
Expand All @@ -310,7 +310,7 @@ jobs:
[Click here to see the action that created this release.]($ACTION_RUN_URL)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TWSTA_ACTIONS }}
# Download artifacts
- name: Download all workflow artifacts
uses: actions/download-artifact@v2
Expand All @@ -327,4 +327,4 @@ jobs:
fi
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TWSTA_ACTIONS }}

0 comments on commit 5274e03

Please sign in to comment.