Skip to content

Commit

Permalink
ci: added token
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangadhave committed Mar 6, 2023
1 parent 8d7e71f commit d703b95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/check-release.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.TRRACK_GITHUB_TOKEN }}

- name: Track main
run: git branch --track main origin/main || echo "Already done"
Expand Down

0 comments on commit d703b95

Please sign in to comment.