We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc7beb commit aa61291Copy full SHA for aa61291
.github/workflows/GitFlow_Make-Release-and-Sync-to-Dev.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Checkout code
32
uses: actions/checkout@v4
33
with:
34
+ token: ${{ secrets.GH_PAT_SYNC }}
35
lfs: "true"
36
fetch-depth: 0
37
0 commit comments