Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
39bytes committed May 27, 2024
1 parent 064aafd commit 035bb4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

env:
PUBLIC_API_URL: ${{ vars.PUBLIC_API_URL }}

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
Expand All @@ -19,6 +16,8 @@ permissions:

jobs:
build:
env:
PUBLIC_API_URL: ${{ secrets.PUBLIC_API_URL }}
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
Expand Down

0 comments on commit 035bb4a

Please sign in to comment.