Skip to content

Commit 3dcd834

Browse files
vadi2peterjgrainger
authored andcommitted
Fix example usage
The sample instructions didn't work for me - had to pass the github token explicitly.
1 parent a643d29 commit 3dcd834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This action creates a new branch with the same commit reference as the branch it
1212

1313
```
1414
uses: peterjgrainger/[email protected]
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1517
with:
1618
branch: 'release-notes'
1719
```

0 commit comments

Comments
 (0)