Skip to content

Commit

Permalink
use secrets in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
felixSchober committed Nov 9, 2020
1 parent 8b80608 commit 04e21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: publish to marketplace
if: github.ref == 'refs/heads/master'
run: npm run deploy ${{ env.PAT }}
run: npm run deploy ${{ secrets.PAT }}

- name: create a release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 04e21e0

Please sign in to comment.