We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573af6b commit df9fe74Copy full SHA for df9fe74
.github/workflows/dispatch.yaml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ token: ${{ secrets.BOT_GH_TOKEN }}
13
- name: Update GPTScript Version
14
run: |
15
TAG=${{ github.event.client_payload.tag }}
@@ -29,11 +31,13 @@ jobs:
29
31
30
32
33
34
35
36
- name: Bump version and push tag
37
id: tag_version
38
uses: mathieudutour/[email protected]
39
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
40
+ github_token: ${{ secrets.BOT_GH_TOKEN }}
41
custom_tag: ${{ github.event.client_payload.tag }}
42
tag_prefix: ""
43
- name: Create a GitHub release
0 commit comments