The FIPS Checksums job must be run on pull_request_target
authorTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 09:34:53 +0000 (11:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 09:41:56 +0000 (11:41 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15265)

.github/workflows/checksums.yml

index 9caf49c9fb26c37e522b794774e589fab8785263..3b28d4e23b1ae1cf508cc0f6500b099550cf090c 100644 (file)
@@ -1,5 +1,5 @@
 name: FIPS Checksums
-on: [pull_request]
+on: [pull_request_target]
 jobs:
   apply-label:
     runs-on: ubuntu-latest