Skip to content

Commit 3071cc0

Browse files
authored
Merge pull request #236 from CARRIER-project/debug-release2
Debug release2
2 parents 1da54bf + 4a221f2 commit 3071cc0

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/build_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
build:
77
env:
8-
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
8+
MAVEN_TOKEN: ${{ secrets.GITHUB_TOKEN}}
99
GITBOT: gitBot
1010
runs-on: ubuntu-latest
1111
permissions:

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build and Publish
22
env:
33
HARBOR_HOST: harbor2.vantage6.ai
4-
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN}}
54
on:
65
# run it on push to the default repository branch
76
push:

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,16 @@
99
name: Publish algorithm image
1010
env:
1111
HARBOR_HOST: harbor2.vantage6.ai
12-
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN}}
1312

1413
on:
1514
release:
1615
types: [ published ]
1716

18-
permissions:
19-
contents: write
20-
packages: write
21-
2217
jobs:
23-
job1:
18+
javabuild:
2419
uses: ./.github/workflows/build_java.yml
2520
build-and-push:
26-
needs: job1
21+
needs: javabuild
2722
runs-on: ubuntu-latest
2823
steps:
2924
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)