Skip to content

Commit

Permalink
fix(main): add MAIN_VITE_APTABASE_APP_KEY to build workflow (main)
Browse files Browse the repository at this point in the history
- Add MAIN_VITE_APTABASE_APP_KEY environment variable to GitHub
  Actions build workflow for enhanced security and functionality.
  • Loading branch information
🎲 committed Dec 13, 2024
1 parent a2953e3 commit 464066e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAIN_VITE_APTABASE_APP_KEY: ${{ secrets.MAIN_VITE_APTABASE_APP_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 464066e

Please sign in to comment.