We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912ede2 commit ce8e032Copy full SHA for ce8e032
.github/workflows/live-protection.yml
@@ -7,11 +7,6 @@ jobs:
7
comment:
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Harden Runner
11
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
12
- with:
13
- egress-policy: audit
14
-
15
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
16
env:
17
SHOULD_COMMENT: ${{ github.base_ref == 'refs/heads/live' && !(github.head_ref == 'refs/heads/main') }}
0 commit comments