You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Output "::notice::Could not detect token scopes (this is normal for fine-grained PATs). Ensure token has Contents (write) and Pull Requests (write) permissions."
162
150
}
163
151
152
+
# Check token validity and access
153
+
gh api repos/${{ github.repository }} --silent 2>&1 | Out-Null
0 commit comments