Skip to content

Commit

Permalink
Put again default TagBot file.
Browse files Browse the repository at this point in the history
I'm having some permission problems otherwise...
  • Loading branch information
RomeoV committed Jul 16, 2024
1 parent 501cf81 commit 80de0e8
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ on:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
inputs:
lookback:
default: "3"
permissions:
actions: read
checks: read
Expand All @@ -26,3 +20,12 @@ permissions:
repository-projects: read
security-events: read
statuses: read
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 80de0e8

Please sign in to comment.