Skip to content

Commit ba442ed

Browse files
committed
ci(removing trrack token from yml): removing trrack token from yml
1 parent e9aea18 commit ba442ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build_test_release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0
29-
token: ${{ secrets.TRRACK_GITHUB_TOKEN }}
3029

3130
- name: Track main
3231
run: git branch --track main origin/main || echo "Already done"
@@ -77,15 +76,13 @@ jobs:
7776
- name: Core Release
7877
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
7978
env:
80-
GITHUB_TOKEN: ${{ secrets.TRRACK_GITHUB_TOKEN }}
8179
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8280
run: |
8381
RUN=CI yarn nx run core:release
8482
8583
- name: Redux Release
8684
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
8785
env:
88-
GITHUB_TOKEN: ${{ secrets.TRRACK_GITHUB_TOKEN }}
8986
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9087
run: |
9188
RUN=CI yarn nx run redux:release

0 commit comments

Comments
 (0)