Skip to content

Commit

Permalink
Set source map auth
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed May 27, 2024
1 parent 8796d58 commit 7d0eaf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
BASE_HREF: /
HOST: ${{ vars.DEPLOY_HOSTNAME }}
ADMIN_HASHED_PASSWORD: ${{ vars.ADMIN_HASHED_PASSWORD }}
SOURCE_MAP_AUTH: ${{ secrets.SOURCE_MAP_AUTH }}
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
needs: [ lint, test ]
steps:
Expand Down

0 comments on commit 7d0eaf0

Please sign in to comment.