Fix update-readme: use ORG_DISPATCH_TOKEN to bypass branch protection

This commit is contained in:
MattJackson
2026-04-11 15:04:22 +00:00
parent 0cb6718238
commit c79d3ab530
+1
View File
@@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: main ref: main
token: ${{ secrets.ORG_DISPATCH_TOKEN }}
- name: Update version in README - name: Update version in README
run: | run: |