Skip to content

Commit b64fd9e

Browse files
fjumakabir
andauthored
fix: use pull_request_trigger to get access to secrets (#406) (#412)
Backporting #406 to 0.3.x Co-authored-by: Kabir Khan <[email protected]>
1 parent 535a0f3 commit b64fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-release-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mkdir -p ~/.m2
4848
echo "<settings><servers><server><id>central-a2asdk-temp</id><username>${{ secrets.CENTRAL_TOKEN_USERNAME }}</username><password>${{ secrets.CENTRAL_TOKEN_PASSWORD }}</password></server></servers></settings>" > ~/.m2/settings.xml
4949
50-
# Deploy to Maven Central
50+
# Build with the same settings as the deploy job
5151
# -s uses the settings file we created.
5252
- name: Build with same arguments as deploy job
5353
run: >

0 commit comments

Comments
 (0)