We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f228599 commit 7413f4fCopy full SHA for 7413f4f
.github/workflows/pr-on-release.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
repository: bmunkholm/test2
24
ref: main
25
+ token: ${{ secrets.TEST_PAT }}
26
27
- name: Update version file
28
run: |
0 commit comments