We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1859b50 commit 8c22859Copy full SHA for 8c22859
.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: Install jq
14
uses: dcarbone/[email protected]
15
- name: Update GPTScript Version
@@ -28,11 +30,13 @@ jobs:
28
30
29
31
32
33
34
+ token: $${{ secrets.BOT_GH_TOKEN }}
35
- name: Bump version and push tag
36
id: tag_version
37
uses: mathieudutour/[email protected]
38
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
39
+ github_token: ${{ secrets.BOT_GH_TOKEN }}
40
custom_tag: ${{ github.event.client_payload.tag }}
41
tag_prefix: ""
42
- name: Create a GitHub release
0 commit comments