Skip to content

Commit

Permalink
chore: trigger push workflow on update
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaller committed Dec 11, 2024
1 parent 2e3f6ca commit f650053
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Setup node
uses: actions/setup-node@v2
Expand All @@ -34,4 +36,8 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add -A
git commit --allow-empty -m "Bumping sdk and jit dependencies to ${{ github.event.client_payload.sdk-version }} and ${{ github.event.client_payload.jit-version }}"
git push
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_PAT }}

0 comments on commit f650053

Please sign in to comment.