Skip to content

Commit

Permalink
update: action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent a55c82a commit ff9d6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
go-version: 1.21.5

- name: Setup env
run: cp .env.example .env && echo PORT=${{ secrets.PORT }} >> .env && echo JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }} >> .env

- name: Build and Run
run: |
go build -o main
./main
env:
PORT: ${{ secrets.PORT }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}

0 comments on commit ff9d6e9

Please sign in to comment.