We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6872a58 + 482d482 commit 2a22ea6Copy full SHA for 2a22ea6
.github/workflows/ci.yaml
@@ -17,13 +17,6 @@ env:
17
GITHUB_TOKEN: ${{ secrets.READ_PACKAGES }}
18
19
jobs:
20
- code-check:
21
- runs-on: self-hosted
22
- container:
23
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19
24
- steps:
25
- - uses: actions/checkout@v4
26
- - run: sbt headerCheckAll
27
test:
28
runs-on: self-hosted
29
container:
build.sbt
@@ -1,5 +1,12 @@
1
sbtPlugin := true
2
3
+ThisBuild / credentials += Credentials(
4
+ "GitHub Package Registry",
5
+ "maven.pkg.github.com",
6
+ "raw-labs",
7
+ sys.env.getOrElse("GITHUB_TOKEN", "")
8
+)
9
+
10
moduleName := "sbt-module-patcher"
11
12
homepage := Some(url("https://www.raw-labs.com/"))
0 commit comments