Skip to content

Commit

Permalink
Add steps for WALLETCONNECTV2_PROJECT_ID and ETHERSCAN_API_TOKEN in i…
Browse files Browse the repository at this point in the history
…nsider action
  • Loading branch information
livid committed Jul 2, 2024
1 parent b5eaebd commit 00cda43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/insider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:

- name: Set insider SUFeedURL
run: /usr/libexec/PlistBuddy -c "Set :SUFeedURL https://opensource.planetable.xyz/planet-insider/appcast.xml" Planet/Info.plist

- name: Set WalletConnectV2 Project ID
run: /usr/libexec/PlistBuddy -c "Set :WALLETCONNECTV2_PROJECT_ID ${{ secrets.WALLETCONNECTV2_PROJECT_ID }}" Planet/Info.plist

- name: Set Etherscan API token
run: /usr/libexec/PlistBuddy -c "Set :ETHERSCAN_API_TOKEN ${{ secrets.ETHERSCAN_API_TOKEN }}" Planet/Info.plist

- name: Set insider icon
run: /usr/bin/sed -i '' 's/AppIcon/AppIcon-Insider/g' Planet/Release.xcconfig
Expand Down

0 comments on commit 00cda43

Please sign in to comment.