Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 3c45544

Browse files
author
Tonye Jack
committed
Added a Personal Access token.
1 parent a6ecd5b commit 3c45544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: create_release
1717
uses: actions/create-release@v1
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
2020
with:
2121
tag_name: ${{ github.ref }}
2222
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)