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 diff --git a/drift-common b/drift-common index 006397d..06495bf 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 006397d9c8f1b0aaf4d42186534bcf3252d1abcd +Subproject commit 06495bf9d730318000db020ed857dc77f2171fcc