Skip to content

Commit f2cc27c

Browse files
committed
chore(relayer): restore relayer CI (#1192)
- Update token for clippy and integration-test
1 parent 948ca7b commit f2cc27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/relayer-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8787
with:
8888
persist-credentials: false
89-
token: ${{ secrets.DEVELOPER_PLATFORM_ACTIONS_TOKEN }}
89+
token: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
9090
submodules: recursive
9191

9292
- name: Setup Rust
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143143
with:
144144
persist-credentials: false
145-
token: ${{ secrets.DEVELOPER_PLATFORM_ACTIONS_TOKEN }}
145+
token: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
146146
submodules: recursive
147147

148148
- name: Set database URLs

0 commit comments

Comments
 (0)