create-preview-workflow 1.1.4 → 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 +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -117,6 +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 "\${{ secrets.GH_PAT }}" \\
|
|
120
121
|
--arg actor "\${{ github.actor }}" \\
|
|
121
122
|
--arg ref "\${{ github.ref }}" \\
|
|
122
123
|
--arg sha "\${{ github.sha }}" \\
|
|
@@ -136,6 +137,7 @@ jobs:
|
|
|
136
137
|
sha: \$sha,
|
|
137
138
|
org: \$org,
|
|
138
139
|
source_path: \$source_path,
|
|
140
|
+
github_pat: \$github_pat,
|
|
139
141
|
sync_log: {
|
|
140
142
|
"Last sync": \$push_time,
|
|
141
143
|
"Last commit": \$commit_msg,
|