Skip to content

Commit

Permalink
gh action env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshub committed Jun 27, 2023
1 parent 3443f16 commit a825af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
JWT_SIGNING_PRIVATE_KEY: ${{ secrets.JWT_SIGNING_PRIVATE_KEY }}
NISSIX_GITHUB_APP_URL: ${{ secrets.NISSIX_GITHUB_APP_URL }}
NISSIX_GITHUB_APP_ID: ${{ secrets.NISSIX_GITHUB_APP_ID }}
NISSIX_GITHUB_PRIVATE_KEY: ${{ secrets.NISSIX_GITHUB_PRIVATE_KEY }}
jobs:
tagged-release:
Expand Down

1 comment on commit a825af6

@vercel
Copy link

@vercel vercel bot commented on a825af6 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.