Skip to content

Commit

Permalink
Merge pull request #598 from arconnectio/development
Browse files Browse the repository at this point in the history
ArConnect BETA 1.22.2
  • Loading branch information
pawanpaudel93 authored Dec 28, 2024
2 parents 6273353 + 4e056d7 commit 955f7a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/submit-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Create .env file
run: echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
run: |
echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
echo "PLASMO_PUBLIC_APP_TYPE=${{ secrets.APP_TYPE }}" >> .env
- name: Modify package.json and icons for BETA
if: github.ref == 'refs/heads/staging'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Create .env file
run: echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
run: |
echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
echo "PLASMO_PUBLIC_APP_TYPE=${{ secrets.APP_TYPE }}" >> .env
- name: Modify package.json and icons for BETA
if: github.ref == 'refs/heads/staging'
Expand Down

0 comments on commit 955f7a3

Please sign in to comment.