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