Skip to content

Commit

Permalink
fix: auto update links (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow authored Nov 23, 2023
1 parent dc790d4 commit 9c09836
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:
with:
commit_options: '--no-verify --no-signoff'
commit_message: 'chore: update redirect links'
branch: update-redirect-links
create_branch: true

- name: Deploy Worker to Production
- name: Open and Merge Pull Request
run: |
gh workflow run deploy.yml
gh pr create --fill
gh pr merge --auto
env:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

8 changes: 4 additions & 4 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
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.423.0",
"handlebars": "^4.7.8",
"nodejs-latest-linker": "^1.6.0",
"nodejs-latest-linker": "^1.7.0",
"toucan-js": "^3.3.1",
"zod": "^3.22.3"
}
Expand Down

0 comments on commit 9c09836

Please sign in to comment.