Skip to content

Commit a43a47d

Browse files
committed
chore: create dedeciated environment for release
1 parent 1262a67 commit a43a47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- v1
76
workflow_dispatch:
87

98
concurrency:
@@ -22,6 +21,7 @@ jobs:
2221
actions: write # for release-please-action to trigger other workflows
2322
id-token: write # for actions/attest-build-provenance to generate attestations
2423
attestations: write # for actions/attest-build-provenance to write attestations
24+
environment: release
2525
steps:
2626
- name: Harden the runner (Audit all outbound calls)
2727
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0

0 commit comments

Comments
 (0)