Skip to content

Commit

Permalink
chore: Add token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Oct 7, 2024
1 parent c94c8cb commit faad113
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
fetch-tags: true
fetch-depth: 0
token: ${{ secrets.GH_WBS_BOT_TOKEN }}

- uses: ./.github/actions/setup-environment
with:
Expand All @@ -53,7 +54,7 @@ jobs:
set -x # show commands
git config --global user.name 'wikibase suite github actions bot'
git config --global user.email 'wikibase-suite-github-actions-[email protected]'
git config --global user.email '[email protected]'
if [ "${{ inputs.dry_run }}" == "true" ]; then
DRY_RUN_FLAG="--dry-run"
Expand Down
17 changes: 17 additions & 0 deletions deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 3.1.0 (2024-10-07)


### 🚀 Features

- **deploy:** Reduces repeated Traefik tags in Deploy docker-compose.yml ([#721](https://github.com/wmde/wikibase-release-pipeline/pull/721))


### 🩹 Fixes

- **deploy:** wikibase waits for elasticserch ([25ddc90](https://github.com/wmde/wikibase-release-pipeline/commit/25ddc90))


### ❤️ Thank You

- Loren Johnson @lorenjohnson
- Robert Timm
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"conventionalCommits": true
},
"changelog": {
"projectChangelogs": {
"createRelease": "github"
}
"projectChangelogs": {}
}
},
"targetDefaults": {
Expand Down

0 comments on commit faad113

Please sign in to comment.