Skip to content

Commit eb9ffd7

Browse files
authored
Update release.yml
1 parent 1cedf73 commit eb9ffd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-maven-
2727
- name: Publish artifact
28-
28+
env:
29+
GITHUB_USERNAME: x-access-token
30+
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2931
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
3032
# So if we split on '/' and take the 3rd value, we can get the release name.
3133
run: |

0 commit comments

Comments
 (0)