-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add token to release workflow
- Loading branch information
1 parent
c94c8cb
commit faad113
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ jobs: | |
with: | ||
fetch-tags: true | ||
fetch-depth: 0 | ||
token: ${{ secrets.GH_WBS_BOT_TOKEN }} | ||
|
||
- uses: ./.github/actions/setup-environment | ||
with: | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters