Skip to content

Commit

Permalink
Add secret variable to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jul 22, 2023
1 parent 864878a commit 5e27746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
# Push updated CHANGELOG to release target branch.
branch: ${{ github.event.release.target_commitish }}
commit_message: Update CHANGELOG
Expand Down

0 comments on commit 5e27746

Please sign in to comment.