We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e697b4e commit e8ab8c2Copy full SHA for e8ab8c2
.github/workflows/update-abi.yml
@@ -64,7 +64,7 @@ jobs:
64
if: ${{ steps.commit-changes.outputs.sha }}
65
shell: bash
66
env:
67
- GITHUB_TOKEN: ${{ fromJSON(steps.secret-service.outputs.secrets).PR_APPROVER_GH_TOKEN }}
+ GITHUB_TOKEN: ${{ fromJSON(steps.secret-service.outputs.secrets || '{}').PR_APPROVER_GH_TOKEN }}
68
run: |
69
set -eo pipefail
70
gh pr review "feat/update-abi-registry-${{ matrix.branch }}-${{ hashFiles('abi_registry.json') }}" --approve
0 commit comments