We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6cafd commit 36e320fCopy full SHA for 36e320f
.github/workflows/pull-requests-built-files.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
echo "${{ env.GH_APP_PRIVATE_KEY }}" > private-key.pem
52
53
- APP_ID=${{ env.GH_APP_ID }}
+ APP_ID="${{ env.GH_APP_ID }}"
54
55
# Generate JWT
56
JWT="$(python3 - <<EOF
0 commit comments