Skip to content

Commit

Permalink
Moved publish password to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaljanicki committed Feb 27, 2024
1 parent de4de44 commit 9bf51b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build and publish
env:
PUBLISH_DOCS_USERNAME: ${{ vars.PUBLISH_DOCS_USERNAME }}
PUBLISH_DOCS_PASSWORD: ${{ vars.PUBLISH_DOCS_PASSWORD }}
PUBLISH_DOCS_PASSWORD: ${{ secrets.PUBLISH_DOCS_PASSWORD }}
run: |
SIMPLE_REF=$(echo ${GITHUB_REF#refs/heads/} | tr / -)
npm run publish-${SIMPLE_REF}

0 comments on commit 9bf51b8

Please sign in to comment.