diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml new file mode 100644 index 0000000..87964f7 --- /dev/null +++ b/.github/workflows/debug.yaml @@ -0,0 +1,12 @@ +name: Debug NPM_TOKEN + +on: + workflow_dispatch: + +jobs: + debug: + runs-on: ubuntu-latest + + steps: + - name: Print NPM_TOKEN + run: echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"