Skip to content

Commit c313411

Browse files
authored
Update README.md
1 parent 6c50e30 commit c313411

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
with:
3535
command: diff
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Apply
4040
uses: updatecli/updatecli-action@v1
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
```
4444
4545
## License

0 commit comments

Comments
 (0)