You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ jobs:
25
25
- name: Create a release
26
26
uses: action-pack/github-release@v2
27
27
env:
28
-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
28
+
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
29
29
with:
30
30
tag: MyReleaseTag
31
31
title: MyReleaseTitle
@@ -42,4 +42,4 @@ The ``body`` field is the release notes (optional).
42
42
43
43
The ``commit`` field is a commit or branch name to attach the release to (optional).
44
44
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