Skip to content

Commit

Permalink
Fixing packages auth
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.p.topping@gmail.com authored and chris.p.topping@gmail.com committed Dec 9, 2024
1 parent eeb8987 commit 2cc170e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Set env
run: echo "PACKAGES_TOKEN=$(echo ${{ secrets.PACKAGES_TOKEN}})" >> PACKAGES_TOKEN

- name: Set env
run: echo "PACKAGES_USER=$(echo ${{ secrets.PACKAGES_USER}})" >> PACKAGES_USER

- name: test
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
Expand Down

0 comments on commit 2cc170e

Please sign in to comment.