[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: improve pin-readme workflow

+5
+5
.github/workflows/pin-readme.yml
··· 11 11 12 12 permissions: {} 13 13 14 + concurrency: 15 + group: pin-readme 16 + cancel-in-progress: false 17 + 14 18 jobs: 15 19 pin: 16 20 runs-on: ubuntu-latest ··· 22 26 ref: main 23 27 fetch-depth: 0 24 28 token: ${{ secrets.GITHUB_TOKEN }} 29 + persist-credentials: false 25 30 26 31 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 27 32 with: