Skip to content

Commit

Permalink
fix PR request create
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Aug 5, 2024
1 parent 40dad23 commit 8e66bee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
CONNECTOR_NAME: turso
COMMIT_HASH: ${{ needs.build-and-push-image.outputs.commit_hash }}
SHA256: ${{ needs.build-and-push-image.outputs.sha256 }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
# Clone ndc-hub repository
git clone https://github.com/hasura/ndc-hub.git
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog documents changes between release tags.
## [Unreleased]
Upcoming changes for the next versioned release.

## [0.0.26]
* Fix PR request creation in github workflow

## [0.0.25]
* Finalize workflow integration to create a PR in ndc-hub

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndc-turso",
"version": "0.0.25",
"version": "0.0.26",
"main": "index.js",
"author": "Tristen Harr",
"scripts": {
Expand Down

0 comments on commit 8e66bee

Please sign in to comment.