diff --git a/.github/workflows/dependabot-js.yml b/.github/workflows/dependabot-js.yml index e0eb6a57..81b57790 100644 --- a/.github/workflows/dependabot-js.yml +++ b/.github/workflows/dependabot-js.yml @@ -42,7 +42,7 @@ jobs: git config --global user.email 'wwahammy@users.noreply.github.com' git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)" - name: Push changes - uses: ad-m/github-push-action + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.NOTICE_WORKER_PAT }} branch: ${{ github.ref }} diff --git a/.github/workflows/dependabot-ruby.yml b/.github/workflows/dependabot-ruby.yml index 729a3df6..c7379604 100644 --- a/.github/workflows/dependabot-ruby.yml +++ b/.github/workflows/dependabot-ruby.yml @@ -43,7 +43,7 @@ jobs: git config --global user.email 'wwahammy@users.noreply.github.com' git commit -am "Updated NOTICE-ruby (Houdini NOTICE-ruby worker)" - name: Push changes - uses: ad-m/github-push-action + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.NOTICE_WORKER_PAT }} branch: ${{ github.ref }} \ No newline at end of file