File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 66 # - cron: "15 * * * *" # every hour at :15
77 - cron : " 15 9 * * *" # every day at 09:15 UTC
88
9- permissions :
10- contents : write # needed to commit updates to releases.json
11-
129jobs :
1310 update :
1411 runs-on : ubuntu-latest
12+ permissions :
13+ contents : write # needed to commit updates to releases.json
1514
1615 strategy :
1716 max-parallel : 1
@@ -52,19 +51,13 @@ jobs:
5251 - aboutcode-org/www.aboutcode.org
5352 # Add more repos here
5453
55- env :
56- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57- GITHUB_TOKEN : ${{ secrets.GH_REPO_POLLING }}
58-
5954 steps :
60-
6155 # 1 Checkout the target repo (Repo B)
6256 - name : Checkout repository
6357 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6458 with :
6559 ref : main
6660 fetch-depth : 0
67- token : ${{ secrets.GH_REPO_POLLING }}
6861
6962 # 2 Debug: show which repo is being processed
7063 - name : Debug - current repo
You can’t perform that action at this time.
0 commit comments