create-preview-workflow 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -117,7 +117,7 @@ jobs:
|
|
|
117
117
|
-H "Content-Type: application/json" \\
|
|
118
118
|
-d "\$(jq -n \\
|
|
119
119
|
--arg repo "\${{ github.repository }}" \\
|
|
120
|
-
--arg github_pat "
|
|
120
|
+
--arg github_pat "\${{ secrets.GH_PAT }}" \\
|
|
121
121
|
--arg actor "\${{ github.actor }}" \\
|
|
122
122
|
--arg ref "\${{ github.ref }}" \\
|
|
123
123
|
--arg sha "\${{ github.sha }}" \\
|