Skip to content

Commit 03f1e15

Browse files
committed
Allow insecure commands temporary
1 parent e9f410e commit 03f1e15

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
@@ -4,7 +4,8 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: ${{ matrix.os }}
7-
7+
env:
8+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
89
strategy:
910
fail-fast: false
1011
matrix:

0 commit comments

Comments
 (0)