Skip to content

Commit ccd147d

Browse files
committed
Add repository maintenance workflow
1 parent c20bdf0 commit ccd147d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Repository Maintenance
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
maintenance_workflow:
9+
uses: getyourguide/java-actions/.github/workflows/[email protected]
10+
name: Maintenance
11+
secrets:
12+
CODEARTIFACT_AUTH_TOKEN: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}
13+

0 commit comments

Comments
 (0)