Skip to content

Commit

Permalink
build: pass GITHUB_TOKEN to git cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Aug 25, 2024
1 parent 6cd7928 commit d888ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
--include-path "$comp_dir/**/*" )
echo "BUMPED_VERSION=$version" | tee -a "$GITHUB_ENV"
echo "BUMPED_VERSION_SHORT=$( echo $version | sed -E 's/^[a-z]+-v(.*)/\1/' )" | tee -a "$GITHUB_ENV"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: replace version in files
if: ${{ env.BUMPED_VERSION != '' }}
Expand Down

0 comments on commit d888ab6

Please sign in to comment.