File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
14+ name : Documentation Cleanup
15+
16+ permissions :
17+ contents : write
18+ pages : write
19+ id-token : write
20+
21+ on :
22+ schedule :
23+ - cron : " 0 0 * * *" # Runs every day at midnight UTC
24+
25+ jobs :
26+ docs-cleanup :
27+ uses : eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@main
28+ secrets :
29+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments