We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d358dc3 + e3292de commit acf08ddCopy full SHA for acf08dd
1 file changed
.github/workflows/version-bump.yml
@@ -52,7 +52,8 @@ jobs:
52
- name: Checkout AxoSyslog source
53
uses: actions/checkout@v6.0.2
54
with:
55
- persist-credentials: false
+ persist-credentials: true
56
+ token: ${{ secrets.PAT_FOR_ACTIONS }}
57
fetch-depth: 0
58
59
- name: Check existing PR
0 commit comments