Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadenf committed Feb 17, 2024
1 parent c8db1b9 commit 488c5e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-search-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:
credentials += Credentials("GitHub Package Registry", "maven.pkg.github.com", "nadenf", System.getenv("GITHUB_TOKEN"))
EOF
fi
env:
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGES_TOKEN }}

- name: Install Frontend Dependencies
run: |
Expand All @@ -127,6 +124,8 @@ jobs:
-Dsbt.ivy.home=$IVY_HOME \
-Dsbt.repository.config=$SBT_HOME/repositories \
buildFrontend
env:
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGES_TOKEN }}

- name: Build Conan Libraries
run: |
Expand Down

0 comments on commit 488c5e5

Please sign in to comment.