From 141c844eb4f3154478627d1c2999c91153c41bbc Mon Sep 17 00:00:00 2001 From: "Martin.Otter@dlr.de" Date: Mon, 4 Jul 2022 11:35:33 +0200 Subject: [PATCH] Use the TagBot.yml file from https://github.com/JuliaRegistries/TagBot --- .github/workflows/TagBot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b..d6738dd 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,11 @@ on: types: - created workflow_dispatch: + inputs: + lookback: + default: 3 +permissions: + contents: write jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -11,5 +16,4 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DOCUMENTER_KEY }} + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file