Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 5b36a5f

Browse files
committed
Allow insecure commands temporary
1 parent 27eab05 commit 5b36a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
test:
66
timeout-minutes: 360
77
runs-on: ${{ matrix.os }}
8-
8+
env:
9+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
910
strategy:
1011
fail-fast: false
1112
matrix:

0 commit comments

Comments
 (0)