Skip to content

Commit

Permalink
Update GH_TOKEN usage in deploy-preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 1, 2024
1 parent a7099ff commit e15b1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will then need to set the following secrets in your repository:
- `NEON_API_KEY`: Your Neon API key, you can find it in your Neon account settings.
- `FLY_API_TOKEN`: Your Fly.io API token, you can find it in your Fly.io account settings.
- `DATABASE_URL`: The connection string for your production database. You can find it in your Neon project's connection details.
- `GH_TOKEN`: A GitHub token with access to your repository, you can create one in your GitHub account settings. You will need to give it access to the `repo` scope so that the `deploy-preview` workflow can comment on the pull request.
- `GH_TOKEN`: A GitHub token with access to your repository, you can create one in your GitHub account settings. You will need to give it access to the `repo` scope so that the `deploy-preview` workflow can comment on the pull request. You can uncomment the step which uses this token in the `.github/workflows/deploy-preview.yml` workflow file.
- `NEON_DATABASE_USERNAME`: The username for your Neon database. This is the same as the username for your production database.


Expand Down

0 comments on commit e15b1c7

Please sign in to comment.