Browse Source

Use pull_request_target to fix permission issue when running nunit-reporter step (#1483)

pull/1482/head
josetr 5 years ago committed by GitHub
parent
commit
9188ca660b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: CI
on: [push, pull_request]
on: [push, pull_request_target]
jobs:
posix:

Loading…
Cancel
Save