Skip to content

Commit de73c32

Browse files
need to use correct branch name
🤦 I thought it was a permissions issue but I should've read the error message
1 parent cb29377 commit de73c32

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ldmx-sw-dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
workflow_dispatch:
77
schedule:
88
- cron: '0 0 * * 0' # every Sunday at midnight
9-
push:
109

1110
jobs:
1211
check-on-runner-releases:
1312
permissions: write-all
14-
# pull-requests: write
15-
# contents: write
16-
# actions: write
13+
pull-requests: write
14+
contents: write
15+
actions: write
1716
runs-on: ubuntu-latest
1817
steps:
1918
- uses: actions/checkout@v4
@@ -27,7 +26,7 @@ jobs:
2726
git switch -c auto-ldmx-sw-test-update
2827
git add ci/ldmx-sw-to-test.json
2928
git commit -m "Auto ldmx-sw Version Update" || exit 0
30-
git push -u origin auto-runner-update
29+
git push -fu origin auto-ldmx-sw-test-update
3130
gh pr create \
3231
--base main \
3332
--head auto-runner-update \

0 commit comments

Comments
 (0)