Compare commits

...

8 Commits

Author SHA1 Message Date
actions-user
c67c18543f tag version Cal.com version v3.0.14 2023-07-11 17:42:32 +00:00
actions-user
dfe010710b Auto updated submodule references 2023-07-11 04:04:39 +00:00
actions-user
09027a5c97 Auto updated submodule references 2023-07-08 04:04:48 +00:00
actions-user
578a104a92 Auto updated submodule references 2023-07-07 04:04:34 +00:00
actions-user
b066cff0b3 Auto updated submodule references 2023-07-06 04:04:45 +00:00
actions-user
d348680dc6 Auto updated submodule references 2023-07-05 17:45:45 +00:00
actions-user
a4a51da68a Auto updated submodule references 2023-07-05 04:04:56 +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 commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
git push origin 'release-${{ 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" - name: "Create release"
uses: "actions/github-script@v6" uses: "actions/github-script@v6"
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
script: | script: |
try { try {
const response = await github.rest.repos.createRelease({ const response = await github.rest.repos.createRelease({

2
calcom

Submodule calcom updated: b137c87634...f07c0b09fa