Skip to content

Commit e8ab8c2

Browse files
authored
ci: fix update abi workflow (#259)
* ci: fix update abi workflow * chore: use single quotes
1 parent e697b4e commit e8ab8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-abi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ steps.commit-changes.outputs.sha }}
6565
shell: bash
6666
env:
67-
GITHUB_TOKEN: ${{ fromJSON(steps.secret-service.outputs.secrets).PR_APPROVER_GH_TOKEN }}
67+
GITHUB_TOKEN: ${{ fromJSON(steps.secret-service.outputs.secrets || '{}').PR_APPROVER_GH_TOKEN }}
6868
run: |
6969
set -eo pipefail
7070
gh pr review "feat/update-abi-registry-${{ matrix.branch }}-${{ hashFiles('abi_registry.json') }}" --approve

0 commit comments

Comments
 (0)