Skip to content

Commit 332f5ef

Browse files
Merge pull request #95
Add missing `token` property to GitHub Actions examples in README
2 parents 84fd0bc + af292c9 commit 332f5ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
- name: Update banner
203203
uses: TheDragonCode/github-preview-updater@v2
204204
with:
205+
token: ${{ secrets.GITHUB_TOKEN }}
205206
readme: 'README_foo.md'
206207
config: '.github/preview-updater-foo.yml'
207208
@@ -216,6 +217,7 @@ jobs:
216217
- name: Update banner
217218
uses: TheDragonCode/github-preview-updater@v2
218219
with:
220+
token: ${{ secrets.GITHUB_TOKEN }}
219221
readme: 'README.bar.md'
220222
config: '.github/preview-updater-bar.yml'
221223
```

0 commit comments

Comments
 (0)