From a04fc7ce3e2cd57b9ae7f33443ddaf17ff186adb Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Thu, 12 Dec 2024 08:57:57 +1000 Subject: [PATCH] chore: update deploy on common update to trigger workflow --- .github/workflows/deploy-on-drift-common-update.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-on-drift-common-update.yml b/.github/workflows/deploy-on-drift-common-update.yml index 3e852f8..50ebadb 100644 --- a/.github/workflows/deploy-on-drift-common-update.yml +++ b/.github/workflows/deploy-on-drift-common-update.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v2 with: submodules: 'recursive' + persist-credentials: false - name: Bump protocol sdk run: | @@ -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 \ No newline at end of file + + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GH_PAT }} \ No newline at end of file