Skip to content

Commit faad113

Browse files
committed
chore: Add token to release workflow
1 parent c94c8cb commit faad113

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/workflows/create_release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
fetch-tags: true
3838
fetch-depth: 0
39+
token: ${{ secrets.GH_WBS_BOT_TOKEN }}
3940

4041
- uses: ./.github/actions/setup-environment
4142
with:
@@ -53,7 +54,7 @@ jobs:
5354
set -x # show commands
5455
5556
git config --global user.name 'wikibase suite github actions bot'
56-
git config --global user.email 'wikibase-suite-github-actions-[email protected]'
57+
git config --global user.email '[email protected]'
5758
5859
if [ "${{ inputs.dry_run }}" == "true" ]; then
5960
DRY_RUN_FLAG="--dry-run"

deploy/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 3.1.0 (2024-10-07)
2+
3+
4+
### 🚀 Features
5+
6+
- **deploy:** Reduces repeated Traefik tags in Deploy docker-compose.yml ([#721](https://github.com/wmde/wikibase-release-pipeline/pull/721))
7+
8+
9+
### 🩹 Fixes
10+
11+
- **deploy:** wikibase waits for elasticserch ([25ddc90](https://github.com/wmde/wikibase-release-pipeline/commit/25ddc90))
12+
13+
14+
### ❤️ Thank You
15+
16+
- Loren Johnson @lorenjohnson
17+
- Robert Timm

nx.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"conventionalCommits": true
2222
},
2323
"changelog": {
24-
"projectChangelogs": {
25-
"createRelease": "github"
26-
}
24+
"projectChangelogs": {}
2725
}
2826
},
2927
"targetDefaults": {

0 commit comments

Comments
 (0)