Skip to content

Commit

Permalink
format workflow (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 authored Nov 23, 2023
1 parent 39eedd9 commit 926415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy-app-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yarn config set npmScopes.navikt.npmAlwaysAuth true
yarn config set npmScopes.navikt.npmAuthToken $NPM_AUTH_TOKEN
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 926415e

Please sign in to comment.