Skip to content

Commit

Permalink
feat: ci updated
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 30, 2023
1 parent a009eb4 commit 4351e09
Show file tree
Hide file tree
Showing 3 changed files with 4,963 additions and 233 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build-api:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
runs-on: ubuntu-latest

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: {}

jobs:
release:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
permissions:
contents: write # to create release (changesets/action)
issues: write # to post issue comments (changesets/action)
Expand Down
Loading

0 comments on commit 4351e09

Please sign in to comment.