We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1262a67 commit a43a47dCopy full SHA for a43a47d
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- - v1
7
workflow_dispatch:
8
9
concurrency:
@@ -22,6 +21,7 @@ jobs:
22
21
actions: write # for release-please-action to trigger other workflows
23
id-token: write # for actions/attest-build-provenance to generate attestations
24
attestations: write # for actions/attest-build-provenance to write attestations
+ environment: release
25
steps:
26
- name: Harden the runner (Audit all outbound calls)
27
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
0 commit comments