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.
2 parents 84fd0bc + af292c9 commit 332f5efCopy full SHA for 332f5ef
1 file changed
README.md
@@ -202,6 +202,7 @@ jobs:
202
- name: Update banner
203
uses: TheDragonCode/github-preview-updater@v2
204
with:
205
+ token: ${{ secrets.GITHUB_TOKEN }}
206
readme: 'README_foo.md'
207
config: '.github/preview-updater-foo.yml'
208
@@ -216,6 +217,7 @@ jobs:
216
217
218
219
220
221
readme: 'README.bar.md'
222
config: '.github/preview-updater-bar.yml'
223
```
0 commit comments