From 267fbad290e89951b6627b6df4b296e7e561a6f7 Mon Sep 17 00:00:00 2001 From: Pascal Egner Date: Thu, 25 Jul 2024 14:30:55 +0200 Subject: [PATCH] actions: small fixes (#81) --- .github/workflows/bump-and-publish.yml | 2 -- .github/workflows/push-master.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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: