Skip to content

Commit

Permalink
Merge pull request #110 from rodneylab/ci__update_ci_config
Browse files Browse the repository at this point in the history
ci: 🐝 add JSR publish GitHub Action
  • Loading branch information
rodneylab authored Nov 28, 2024
2 parents cfc8379 + ca58f68 commit 976eb74
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish
on:
push:
branches:
- main
permissions: read-all
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
disable-telemetry: true
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: npx jsr publish

0 comments on commit 976eb74

Please sign in to comment.