omg i fixed it
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m18s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m18s
This commit is contained in:
parent
5b7c16cb48
commit
4a9c972917
2 changed files with 2 additions and 6 deletions
|
@ -10,10 +10,10 @@ jobs:
|
||||||
name: 'Build and Test Library Snapshot'
|
name: 'Build and Test Library Snapshot'
|
||||||
env:
|
env:
|
||||||
GS_MAVEN_USER: ${{ vars.GS_MAVEN_USER }}
|
GS_MAVEN_USER: ${{ vars.GS_MAVEN_USER }}
|
||||||
GS_MAVEN_TOKEN: ${{ vars.GS_MAVEN_TOKEN }}
|
GS_MAVEN_TOKEN: ${{ secrets.GS_MAVEN_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: 'Checkout ${{ env.GITHUB_HEAD_REF }}'
|
name: 'Checkout Repository'
|
||||||
- name: 'Pre-Commit'
|
- name: 'Pre-Commit'
|
||||||
run: |
|
run: |
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|
|
@ -14,10 +14,6 @@ def selectCredentials(): Credentials =
|
||||||
),
|
),
|
||||||
passwd = sys.env
|
passwd = sys.env
|
||||||
.get("GS_MAVEN_TOKEN")
|
.get("GS_MAVEN_TOKEN")
|
||||||
.map { x =>
|
|
||||||
println(s"GOT TOKEN = '$x'")
|
|
||||||
x
|
|
||||||
}
|
|
||||||
.getOrElse(
|
.getOrElse(
|
||||||
throw new RuntimeException(
|
throw new RuntimeException(
|
||||||
"You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable."
|
"You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable."
|
||||||
|
|
Loading…
Add table
Reference in a new issue