File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18- BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }}
18+ BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_ACCESS_TOKEN }}
1919 GIT_USER_NAME : ${{ secrets.GIT_USER_NAME }}
2020 GIT_USER_EMAIL : ${{ secrets.GIT_USER_EMAIL }}
2121
2727 uses : bit-tasks/init@v3
2828 with :
2929 ws-dir : ' .'
30-
30+
3131 - name : Bit Tag and Export
3232 uses : bit-tasks/tag-export@v3
3333 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 env :
1111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12- BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }}
12+ BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_ACCESS_TOKEN }}
1313
1414 steps :
1515 - name : Checkout repository
Original file line number Diff line number Diff line change 66 verify :
77 runs-on : ubuntu-latest
88 env :
9- BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }}
9+ BIT_CONFIG_ACCESS_TOKEN : ${{ secrets.BIT_ACCESS_TOKEN }}
1010
1111 steps :
1212 - name : Checkout repository
1616 uses : bit-tasks/init@v3
1717 with :
1818 ws-dir : ' .'
19-
19+
2020 - name : Bit Verify
2121 uses : bit-tasks/verify@v2
You can’t perform that action at this time.
0 commit comments