mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: variable name for token (#2336)
This commit is contained in:
parent
7eba4a5032
commit
c96960955b
2
.github/workflows/create-sync-pr.yml
vendored
2
.github/workflows/create-sync-pr.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_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