Skip to content

Commit

Permalink
we need to use an app token to trigger other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Aug 12, 2024
1 parent 9bb457b commit e8b0928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GametrackingSteamVr/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ git config --global core.excludesfile ~/.gitignore && \

cd /data/GameTracking

[ ! -d "steamvr" ] && ln -s $GITHUB_WORKSPACE steamvr
git clone --branch $GITHUB_REF_NAME --single-branch https://$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git steamvr
# git remote set-url origin https://[APPLICATION]:[email protected]/$GITHUB_REPOSITORY.git

cd steamvr

Expand Down

0 comments on commit e8b0928

Please sign in to comment.