We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54cfed commit fe56eddCopy full SHA for fe56edd
1 file changed
.github/workflows/deploy.yml
@@ -67,13 +67,15 @@ jobs:
67
68
- name: Build
69
# You still need this for variables that aren't secrets, but better than nothing
70
+ # See the kntminer-ci docs for details.
71
env:
72
GIT_USER: ${{github.actor}}
- GIT_PASSWORD: ${{github.GITHUB_TOKEN}}
73
CI_NEW_RELEASE_VER: ${{github.event.inputs.NEW_RELEASE_VER}}
74
CI_NEW_SNAPSHOT_VER: ${{github.event.inputs.NEW_SNAPSHOT_VER}}
75
CI_TRIGGERING_EVENT: ${{github.event_name}}
76
-
+ GH_TOKEN: ${{ github.token }}
77
+ GIT_PASSWORD: ${{github.GITHUB_TOKEN}}
78
+
79
# We reuse the general CI scripts in knetminer-common, see https://github.com/KnetMiner/knetminer-ci
80
run:
81
./ci-build-v2/java-maven/build.sh
0 commit comments