Skip to content

Commit

Permalink
dev: rename token variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed Oct 2, 2023
1 parent de33e67 commit 2e008de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.TOKEN }}
run: |
TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}"
TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"
Expand Down

0 comments on commit 2e008de

Please sign in to comment.