Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmunyao authored Mar 30, 2024
1 parent 8dce751 commit b761452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
cache: 'sbt'
- name: Run tests
run: sbt test

- name: Input Access Token
run: echo "ACCESS_TOKEN=$ACCESS_TOKEN" >> $GITHUB_ENV
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit b761452

Please sign in to comment.