Skip to content

Commit

Permalink
fix: environment variables in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxeno committed Dec 8, 2023
1 parent b97daa7 commit c073470
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_AUTH_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
NEXT_PUBLIC_GITHUB_API_URL: https://api.github.com

steps:
- uses: actions/checkout@v2
- uses: ngduc/vercel-deploy-action@master
Expand All @@ -23,3 +19,5 @@ jobs:
working-directory: ./
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
NEXT_PUBLIC_AUTH_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
NEXT_PUBLIC_GITHUB_API_URL: https://api.github.com

0 comments on commit c073470

Please sign in to comment.