diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index b703181..cfc7ad9 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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 @@ -54,4 +60,4 @@ jobs: - name: publish run: npm publish --access public package.tar.gz env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}