Page MenuHomePhorge

D11381.1767205230.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D11381.1767205230.diff

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

Mime Type
text/plain
Expires
Wed, Dec 31, 6:20 PM (8 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5874239
Default Alt Text
D11381.1767205230.diff (1 KB)

Event Timeline