Skip to content

Commit cf1eec0

Browse files
41898282+github-actions[bot]@users.noreply.github.comafrittoli
authored andcommitted
Use CDEvents bot for releases
Signed-off-by: 41898282+github-actions[bot]@users.noreply.github.com <GitHub Action>
1 parent ce76264 commit cf1eec0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
env:
1212
JAVA_VERSION: '11'
1313
JAVA_DISTRO: 'zulu'
14-
USER_EMAIL: '41898282+github-actions[bot]@users.noreply.github.com'
15-
USER_NAME: 'GitHub Action'
14+
USER_EMAIL: '[email protected]'
15+
USER_NAME: 'CDEvents Bot'
1616

1717
jobs:
1818
release:
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 0
27+
token: ${{ secrets.GH_BOT_TOKEN }}
2728

2829
- name: Setup Java
2930
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)