Skip to content

Commit

Permalink
Merge pull request #323 from arconnectio/staging
Browse files Browse the repository at this point in the history
fix: updated action variable
  • Loading branch information
nicholaswma authored May 9, 2024
2 parents 70fde59 + 2c1733c commit 237fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Create .env file
run: echo "PLASMO_PUBLIC_ONRAMPER_API_KEY=${{ secrets.ONRAMPER_API_KEY }}" >> .env
run: echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env

- name: Modify package.json and icons for BETA
if: github.ref == 'refs/heads/staging'
Expand Down

0 comments on commit 237fcb0

Please sign in to comment.