diff --git a/.github/settings.xml b/.github/settings.xml new file mode 100644 index 0000000..85b8e38 --- /dev/null +++ b/.github/settings.xml @@ -0,0 +1,27 @@ + + + + akka-github-actions + + + akka-repository + Akka library repository + + https://repo.akka.io/maven/github_actions + + + + + akka-repository + Akka library repository + + https://repo.akka.io/maven/github_actions + + + + + + akka-github-actions + + diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a308a09..0c5dc97 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -9,8 +9,8 @@ permissions: jobs: verify: - name: Verfiy - runs-on: ubuntu-22.04 + name: Verify + runs-on: Akka-Default if: github.event.repository.fork == false steps: - name: Checkout