Skip to content

Commit 802f044

Browse files
committed
fix CI
1 parent d71c231 commit 802f044

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-flow-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: 'actions/checkout@v4'
3737
with:
3838
submodules: recursive
39-
token: ${{ secrets.GH_PAT }}
39+
token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: 'Build Flow Emulator image'
4242
run: |

.github/workflows/cadence_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.GH_PAT }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
submodules: recursive
2222
- name: Set up Go
2323
uses: actions/setup-go@v3

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.GH_PAT }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
submodules: recursive
2222
- name: Set up Go
2323
uses: actions/setup-go@v3

.github/workflows/incrementfi_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.GH_PAT }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
submodules: recursive
2222
- name: Install Flow CLI
2323
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

.github/workflows/punchswap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.GH_PAT }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
submodules: recursive
2222
- uses: actions/setup-go@v5
2323
with:

.github/workflows/scheduled_rebalance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.GH_PAT }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
submodules: recursive
2222
- name: Set up Go
2323
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)