Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: jatin <[email protected]>
  • Loading branch information
h0x0er authored Apr 23, 2024
1 parent 7aec89f commit 081e560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release

on:
schedule:
- cron: '0 0 * * 1' # weekly on Monday at 00:00
# schedule:
# - cron: '0 0 * * 1' # weekly on Monday at 00:00
workflow_dispatch:

permissions:
Expand All @@ -18,7 +18,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@rc # v2.7.0
with:
egress-policy: audit

Expand Down

0 comments on commit 081e560

Please sign in to comment.