Skip to content

Commit a17a41e

Browse files
Update changeset-action.yml
1 parent a3fb73d commit a17a41e

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/changeset-action.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,12 @@ name: changeset-action
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
action-tag:
7-
description: "Tag/ref for the changeset action"
8-
required: true
9-
default: "main"
105

116
jobs:
127
test-main:
138
runs-on: ubuntu-latest
149

15-
permissions:
16-
contents: write
17-
pull-requests: write
18-
1910
steps:
20-
- name: Harden Runner
21-
uses: step-security/harden-runner@v2
22-
with:
23-
egress-policy: audit
24-
2511
- name: Checkout repo
2612
uses: actions/checkout@v4
2713

@@ -47,7 +33,7 @@ jobs:
4733
EOF
4834
4935
- name: Create PR or Release (Main)
50-
uses: step-security/changeset-action@${{ inputs.action-tag }}
36+
uses: step-security/action-semantic-demo@main
5137
with:
5238
version: npm run version
5339
publish: npm run publish

0 commit comments

Comments
 (0)