Skip to content

Commit 1510615

Browse files
fix: correct name for parameter
1 parent 335f672 commit 1510615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
gh api user -i 2>&1 | grep -i "x-oauth-scopes" || echo "Could not determine scopes"
3131
3232
echo "=== 3. Can I see the target fork? ==="
33-
gh repo view yoshi-code-bot/google-cloud-ruby --json permissions
33+
gh repo view yoshi-code-bot/google-cloud-ruby --json viewerPermission
3434
- name: Install Ruby 3.3
3535
uses: ruby/setup-ruby@v1
3636
with:

0 commit comments

Comments
 (0)