Compare commits

...

2 Commits

Author SHA1 Message Date
actions-user
6cd3c7ffcf tag version Cal.com version v3.0.12 2023-07-04 22:42:08 +00:00
Colin Griffin
16ec6da83f use PAT for release creation 2023-07-04 11:29:35 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -32,10 +32,12 @@ jobs:
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
git push origin 'release-${{ inputs.RELEASE_TAG }}'
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
# so that the release creation triggers the image build workflow
- name: "Create release"
uses: "actions/github-script@v6"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
script: |
try {
const response = await github.rest.repos.createRelease({

2
calcom

Submodule calcom updated: b137c87634...5d73095060