Skip to content

Commit

Permalink
Set ACTIONS_ALLOW_UNSECURE_COMMANDS for 1.0.0 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Dec 20, 2023
1 parent 7a334bd commit 0db0aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
python-version:
- "2.7"
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 0db0aca

Please sign in to comment.