Skip to content

Commit

Permalink
try fix push issue in release action (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
Co-authored-by: spark-rapids automation <[email protected]>
  • Loading branch information
2 people authored and amahussein committed Aug 16, 2023
1 parent 0c4bc70 commit d071d5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.NVAUTO_TOKEN }}

- name: Build Changelog
id: build_changelog
Expand All @@ -25,7 +27,7 @@ jobs:
configuration: ".github/workflows/configuration.json" # Configuration file for the changelog builder (optional)z
outputFile: "CHANGELOG_BODY.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.NVAUTO_TOKEN }}

- name: Commit and Push Changelog
if: steps.build_changelog.outputs.changes > 0
Expand Down

0 comments on commit d071d5f

Please sign in to comment.