Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3489136
D6260.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
D6260.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
@@ -29,6 +29,12 @@
- name: yarn --frozen-lockfile --network-timeout 180000
run: yarn --frozen-lockfile --network-timeout 180000
+ - name: Save ALCHEMY_API_KEY to file
+ working-directory: ./native
+ env:
+ ALCHEMY_API_KEY: ${{secrets.ALCHEMY_API_KEY}}
+ run: mkdir -p facts && echo '{"key":"'"$ALCHEMY_API_KEY"'"}' > facts/alchemy.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
@@ -44,6 +44,12 @@
- name: yarn --frozen-lockfile --network-timeout 180000
run: yarn --frozen-lockfile --network-timeout 180000
+ - name: Save ALCHEMY_API_KEY to file
+ working-directory: ./native
+ env:
+ ALCHEMY_API_KEY: ${{secrets.ALCHEMY_API_KEY}}
+ run: mkdir -p facts && echo '{"key":"'"$ALCHEMY_API_KEY"'"}' > facts/alchemy.json
+
- name: Save auth_key to file
working-directory: ./native/ios
env:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 11:41 AM (21 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2677194
Default Alt Text
D6260.diff (1 KB)
Attached To
Mode
D6260: [native] Create native/facts/alchemy.json file in release GitHub Actions
Attached
Detach File
Event Timeline
Log In to Comment