File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929permissions :
3030 contents : read
3131env :
32- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
32+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333jobs :
3434 build :
3535 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929permissions :
3030 contents : read
3131env :
32- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
32+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333jobs :
3434 build :
3535 if : github.repository == 'apache/cloudstack'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2727 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2828env :
29- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
29+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030jobs :
3131 build :
3232 if : github.repository == 'apache/cloudstack'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929permissions :
3030 contents : read
3131env :
32- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
32+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333jobs :
3434 build :
3535 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2626 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2727env :
28- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
28+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2929jobs :
3030 build :
3131 name : Sonar JaCoCo Coverage
You can’t perform that action at this time.
0 commit comments