Try to use access token
Some checks failed
/ test (push) Failing after 55s

This commit is contained in:
Pat Garrity 2024-03-16 15:48:25 -05:00
parent 70c414b2ef
commit 802ca8a1a5
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -6,6 +6,8 @@ jobs:
image: registry.garrity.co:8443/gs/ci-scala:latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GS_CI_ACCESS_TOKEN }}
- run: pwd
- run: ls -ahl .
- run: sbt test