mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[Test][DoNotCommit] Read keychain conten
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Run Danger on PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
read_keychain:
|
||||
name: Check keychain content
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Read Keychain
|
||||
run: security dump-keychain | grep "alis"
|
||||
Reference in New Issue
Block a user