Skip to content

Commit

Permalink
Merge pull request #470 from ksuderman/462-release-notes
Browse files Browse the repository at this point in the history
Persist credentials and set GH_TOKEN for the GitHub command line tool
  • Loading branch information
nuwang authored Apr 24, 2024
2 parents 68be5df + 7fe918b commit 38f62a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
needs: [ package-from-pr, package-from-manual ]
name: Create a tag and GitHub release for this version.
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
if: |
always()
&& contains(needs.*.result, 'success')
&& !contains(needs.*.result, 'failure')
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Tag and release
run: |
git config user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 38f62a8

Please sign in to comment.