Skip to content

Commit 05f7420

Browse files
authored
Apply tagbot_marker_env patch (#26)
This PR applies the tagbot_marker_env patch. Co-authored-by: ITensorBot <278814285+ITensorBot@users.noreply.github.com>
1 parent 1a54d63 commit 05f7420

1 file changed

Lines changed: 8 additions & 26 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
1-
name: TagBot
1+
name: "TagBot"
22
on:
33
issue_comment:
44
types:
5-
- created
6-
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
5+
- "created"
6+
workflow_dispatch: ~
7+
env:
8+
REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
239
jobs:
2410
TagBot:
25-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: JuliaRegistries/TagBot@v1
29-
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
31-
ssh: ${{ secrets.DOCUMENTER_KEY }}
11+
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
12+
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
13+
secrets: "inherit"

0 commit comments

Comments
 (0)