mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🔧 Update GitHub Actions workflow to use CONTENTS_RW_PAT for GITHUB_TOKEN
This commit is contained in:
parent
0027867bee
commit
d32b6f8fa4
2
.github/workflows/auto-create-tags.yml
vendored
2
.github/workflows/auto-create-tags.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
create-tag:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
GITHUB_TOKEN: "${{ secrets.CONTENTS_RW_PAT }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: "Create main tag"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user