Skip to content

Commit

Permalink
Add repository maintenance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Oct 21, 2024
1 parent cf6a278 commit 6866cce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/repository-maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Repository Maintenance

on:
push:
workflow_dispatch:

jobs:
maintenance_workflow:
uses: getyourguide/java-actions/.github/workflows/reusable-java-repo-maintenance-workflow.yml@v1.0.9
name: Maintenance
secrets:
CODEARTIFACT_AUTH_TOKEN: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}

0 comments on commit 6866cce

Please sign in to comment.