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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ jobs:
24
24
- uses: actions/checkout@v3
25
25
- name: Create a release
26
26
uses: action-pack/github-release@v2
27
-
env:
28
-
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
29
27
with:
30
28
tag: MyReleaseTag
31
29
title: MyReleaseTitle
@@ -41,5 +39,3 @@ The ``tag`` field is the release tag (optional).
41
39
The ``body`` field is the release notes (optional).
42
40
43
41
The ``commit`` field is a commit or branch name to attach the release to (optional).
44
-
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