Skip to content

Commit

Permalink
chore: update deploy on common update to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaller committed Dec 11, 2024
1 parent 8610209 commit a04fc7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-on-drift-common-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
persist-credentials: false

- name: Bump protocol sdk
run: |
Expand All @@ -19,4 +20,8 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add drift-common
git commit --allow-empty -m "Bumping drift-common to ${{ github.event.client_payload.commit}}"
git push
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_PAT }}

0 comments on commit a04fc7c

Please sign in to comment.