Skip to content

Commit 04bb665

Browse files
authored
REPO_ACCESS_TOKEN
1 parent ed18926 commit 04bb665

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create a release
2626
uses: action-pack/github-release@v2
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
2929
with:
3030
tag: MyReleaseTag
3131
title: MyReleaseTitle
@@ -42,4 +42,4 @@ The ``body`` field is the release notes (optional).
4242
4343
The ``commit`` field is a commit or branch name to attach the release to (optional).
4444
45-
`${{ secrets.RELEASE_TOKEN }}` is the Repository [Access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
45+
`${{ secrets.REPO_ACCESS_TOKEN }}` is the Repository [Access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)

0 commit comments

Comments
 (0)