Skip to content

Commit fa81eee

Browse files
committed
chore: update actions
1 parent ca098e4 commit fa81eee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

@@ -27,7 +27,7 @@ jobs:
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:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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
@@ -16,6 +16,6 @@ jobs:
1616
uses: bit-tasks/init@v3
1717
with:
1818
ws-dir: '.'
19-
19+
2020
- name: Bit Verify
2121
uses: bit-tasks/verify@v2

0 commit comments

Comments
 (0)