Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 authored Feb 29, 2024
1 parent 76c77f8 commit cd21637
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
if: failure()
run: node currscript.js

- uses: fawazahmed0/action-debug@forms
with:
credentials: ${{ secrets.DEBUG_U_P }}
formurl: ${{ secrets.FORM_URL }}
formkey: ${{ secrets.FORM_KEY }}

- name: Generate tarball
run: |
7z a package.tar package -ttar
Expand All @@ -54,4 +60,4 @@ jobs:
- name: publish
run: npm publish --access public package.tar.gz
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cd21637

Please sign in to comment.