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
[Generate a personal access token (`repo`)](https://github.com/settings/tokens) and add it to Secrets as `PERSONAL_TOKEN`, it works as well as `ACTIONS_DEPLOY_KEY`.
144
162
@@ -147,7 +165,7 @@ By pulling docker images, you can reduce the overall execution time of your work
147
165
+ PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
148
166
```
149
167
150
-
#### :star: `GITHUB_TOKEN`
168
+
#### ⭐️ `GITHUB_TOKEN`
151
169
152
170
> **NOTES**: This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See #9
153
171
@@ -156,7 +174,7 @@ By pulling docker images, you can reduce the overall execution time of your work
156
174
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
175
```
158
176
159
-
#### :star: Suppressing empty commits
177
+
#### ⭐️ Suppressing empty commits
160
178
161
179
By default, a commit will always be generated and pushed to the `PUBLISH_BRANCH`, even if nothing changed. If you want to suppress this behavior, set the optional parameter `emptyCommits` to `false`. cf. [Issue #21]
0 commit comments