Skip to content

Commit

Permalink
use github access token to login
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Aug 30, 2024
1 parent 6758005 commit fc4c9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout or create latest Annotations branch
if: ${{ steps.check.outputs.skip != 'true' }}
run: |
git clone "git@github.com:NumyAddon/FramexmlAnnotations.git" ./.annotations_temp
git clone "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY" ./.annotations_temp
cd ./.annotations_temp
git fetch --prune origin
branch_name="${{ inputs.BRANCH }}"
Expand Down

0 comments on commit fc4c9bb

Please sign in to comment.