Skip to content

Commit 11256d9

Browse files
committed
github maven registry still requires token
1 parent 912d919 commit 11256d9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
env:
77
CI: true
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89

910
jobs:
1011
build:

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
env:
1212
CI: true
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1314

1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
env:
77
CI: true
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)