Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3378366
D11381.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11381.diff
View Options
diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -31,6 +31,12 @@
ALCHEMY_API_KEY: ${{secrets.ALCHEMY_API_KEY}}
run: mkdir -p facts && echo '{"key":"'"$ALCHEMY_API_KEY"'"}' > facts/alchemy.json
+ - name: Save NEYNAR_API_KEY to file
+ working-directory: ./native
+ env:
+ NEYNAR_API_KEY: ${{secrets.NEYNAR_API_KEY}}
+ run: mkdir -p facts && echo '{"key":"'"$NEYNAR_API_KEY"'"}' > facts/neynar.json
+
- name: Save ANDROID_KEY_STORE_B64 to file
env:
ANDROID_KEY_STORE_B64: ${{secrets.ANDROID_KEY_STORE_B64}}
diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml
--- a/.github/workflows/ios_release.yml
+++ b/.github/workflows/ios_release.yml
@@ -50,6 +50,12 @@
ALCHEMY_API_KEY: ${{secrets.ALCHEMY_API_KEY}}
run: mkdir -p facts && echo '{"key":"'"$ALCHEMY_API_KEY"'"}' > facts/alchemy.json
+ - name: Save NEYNAR_API_KEY to file
+ working-directory: ./native
+ env:
+ NEYNAR_API_KEY: ${{secrets.NEYNAR_API_KEY}}
+ run: mkdir -p facts && echo '{"key":"'"$NEYNAR_API_KEY"'"}' > facts/neynar.json
+
- name: Save auth_key to file
working-directory: ./native/ios
env:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 9:54 AM (20 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2593717
Default Alt Text
D11381.diff (1 KB)
Attached To
Mode
D11381: [CI] Include "Save NEYNAR_API_KEY to file" step in `[ios/android]_release` workflows
Attached
Detach File
Event Timeline
Log In to Comment