Skip to content

Commit 2e7fb43

Browse files
committed
Provide github token
1 parent 2cc82ca commit 2e7fb43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/version-bump.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
set -eux
3535
pip install --disable-pip-version-check -e "."[cicd,client,server,developer]
3636
- name: Run bumpversion and push tag
37+
env:
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3740
run: |
3841
git config --global user.name "DiamondLightSource-build-server"
3942
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)