mirror of
https://github.com/caddyserver/caddy.git
synced 2025-11-14 02:26:52 -05:00
fix Tests workflow
Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
parent
47ef562bbd
commit
501f525d35
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -22,9 +22,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
strategy:
|
||||
# Default is true, cancels jobs for other platforms in the matrix if one fails
|
||||
fail-fast: false
|
||||
@ -66,6 +63,7 @@ jobs:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
actions: write # to allow uploading artifacts and cache
|
||||
checks: write
|
||||
steps:
|
||||
- name: Harden the runner (Audit all outbound calls)
|
||||
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user