We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406b81a commit a5f92b9Copy full SHA for a5f92b9
.github/workflows/upversion.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: macos-latest
13
steps:
14
- uses: actions/checkout@v3
15
+ with:
16
+ token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
17
18
- name: upversion
19
env:
0 commit comments