Skip to content

Commit

Permalink
fix(gh-actions): allow insecure commands in sentry step
Browse files Browse the repository at this point in the history
This is safe since we are not logging untrusted data.
  • Loading branch information
yong-jie committed Nov 18, 2020
1 parent 12ecc64 commit ba5d898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
- run: npm ci
- name: Select Sentry variables
shell: python
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
run: |
import os
branch = os.environ['GITHUB_REF']
Expand Down

0 comments on commit ba5d898

Please sign in to comment.