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.
1 parent 1cf024c commit 858ac6eCopy full SHA for 858ac6e
.github/workflows/client_releases.yml
@@ -36,5 +36,5 @@ jobs:
36
body: "Automated release for client version ${{ env.CLIENT_VERSION }}"
37
draft: false
38
prerelease: false
39
- token: ${{ secrets.GITHUB_TOKEN }}
40
-
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/server_releases.yml
@@ -36,4 +36,5 @@ jobs:
body: "Automated release for astra-assistants server ${{ env.SERVER_VERSION }}"
0 commit comments