Added github token to clone part
This commit is contained in:
parent
df38304a04
commit
843ac08b30
3
.github/workflows/maven-publish.yml
vendored
3
.github/workflows/maven-publish.yml
vendored
@ -61,7 +61,8 @@ jobs:
|
|||||||
mkdir -p /opt/rizik
|
mkdir -p /opt/rizik
|
||||||
cp -R xsd/ /opt/rizik/
|
cp -R xsd/ /opt/rizik/
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref }}
|
BRANCH: ${{ github.ref }}
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Set up JDK from ENV
|
- name: Set up JDK from ENV
|
||||||
if: github.ref != 'refs/heads/feature/T2900-java21' && github.ref != 'refs/heads/feature/T2900-java-21'
|
if: github.ref != 'refs/heads/feature/T2900-java21' && github.ref != 'refs/heads/feature/T2900-java-21'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user