mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: rename token variables (#2338)
This commit is contained in:
parent
de33e6775f
commit
6d463ded1c
2
.github/workflows/create-sync-pr.yml
vendored
2
.github/workflows/create-sync-pr.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}"
|
TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}"
|
||||||
TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"
|
TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user