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 253e168 commit 95d5bb1Copy full SHA for 95d5bb1
.github/workflows/check-built-files.yml
@@ -97,7 +97,7 @@ jobs:
97
# Request Installation Access Token
98
ACCESS_TOKEN=$(curl -s -X POST -H "Authorization: Bearer $JWT" \
99
-H "Accept: application/vnd.github.v3+json" \
100
- https://api.github.com/app/installations/$INSTALLATION_ID/access_tokens | jq -r '.token')
+ "https://api.github.com/app/installations/$INSTALLATION_ID/access_tokens" | jq -r '.token')
101
102
echo "ACCESS_TOKEN=$ACCESS_TOKEN" >> "$GITHUB_ENV"
103
0 commit comments