We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948ca7b commit f2cc27cCopy full SHA for f2cc27c
.github/workflows/relayer-tests.yaml
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87
with:
88
persist-credentials: false
89
- token: ${{ secrets.DEVELOPER_PLATFORM_ACTIONS_TOKEN }}
+ token: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
90
submodules: recursive
91
92
- name: Setup Rust
@@ -142,7 +142,7 @@ jobs:
142
143
144
145
146
147
148
- name: Set database URLs
0 commit comments