Skip to content

Commit a52a684

Browse files
committed
Update
1 parent c626ef0 commit a52a684

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
repository: org-crac/utils
27-
token: ${{ secrets.PACKAGES }}
2827
path: utils
2928

3029
- name: Set up JDK 1.8
@@ -40,7 +39,7 @@ jobs:
4039
4140
- run: mvn -s settings.xml -B package
4241
env:
43-
GITHUB_TOKEN: ${{ secrets.PACKAGES }}
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4443

4544
- name: Test on Vanila JDK
4645
run: |
@@ -55,8 +54,6 @@ jobs:
5554
run: |
5655
utils/download-jdk.sh
5756
sudo tar -axf jdk.tar.gz
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.PACKAGES }}
6057
6158
- name: Prepare warm checkpoint
6259
run: |

0 commit comments

Comments
 (0)