From 458a602ac32a8514a117d4c671396a9ba8acbdab Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 17 Jul 2023 23:36:42 +0200 Subject: [PATCH] Update TagBot.yml (#87) --- .github/workflows/TagBot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 778c06f..a9fc4f5 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,22 @@ on: types: - created workflow_dispatch: + inputs: + lookback: + default: 3 +permissions: + actions: read + checks: read + contents: write + deployments: read + issues: read + discussions: read + packages: read + pages: read + pull-requests: read + repository-projects: read + security-events: read + statuses: read jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -12,3 +28,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.TAGBOT_KEY }} # to be able to trigger other Github actions