diff --git a/.github/workflows/bump-and-publish.yml b/.github/workflows/bump-and-publish.yml index 5b92adf..cb97c85 100644 --- a/.github/workflows/bump-and-publish.yml +++ b/.github/workflows/bump-and-publish.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: ${{ secrets.INSPIRE_BOT_TOKEN }} fetch-depth: 0 - name: Set up Python @@ -39,6 +40,7 @@ jobs: uses: ad-m/github-push-action@v0.8.0 with: branch: ${{ github.ref }} + github_token: ${{ secrets.INSPIRE_BOT_TOKEN }} tags: true publish: