Skip to content

Commit

Permalink
Update instawp-deployment.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <c.leucht@inpsyde.com>
  • Loading branch information
Chrico authored Oct 9, 2024
1 parent 3db8bfe commit 3b2b709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/instawp-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
registry-url: 'https://npm.pkg.github.com/'
cache: 'yarn'

- name: Github Packages Auth
run: |
npm config set @inpsyde:registry 'https://npm.pkg.github.com'
npm config set //npm.pkg.github.com/:_authToken ${{ secrets.DEPLOYBOT_PACKAGES_READ_ACCESS_TOKEN}}
- name: Install dependencies
run: yarn

Expand Down

0 comments on commit 3b2b709

Please sign in to comment.