Skip to content

Commit

Permalink
This might work
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Oct 4, 2024
1 parent fecf15b commit 6ab4af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
git config --global user.name 'wikibase suite github actions bot'
git config --global user.email 'wikibase-suite-github-actions-bot@users.noreply.github.com'
git remote set-url origin https://$GH_RELEASES_TOKEN@github.com/${{ github.repository }}
if [ "${{ inputs.dry_run }}" == "true" ]; then
DRY_RUN_FLAG="--dry-run"
Expand All @@ -65,3 +66,5 @@ jobs:
fi
./nx release $PROJECT_ARG $DRY_RUN_FLAG
env:
GH_RELEASES_TOKEN: ${{ secrets.GH_RELEASES_TOKEN }} # Use the GH_RELEASES_TOKEN from secrets

0 comments on commit 6ab4af1

Please sign in to comment.