Skip to content

Commit d8666bd

Browse files
authored
Remove token
1 parent 04bb665 commit d8666bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- name: Create a release
2626
uses: action-pack/github-release@v2
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
2927
with:
3028
tag: MyReleaseTag
3129
title: MyReleaseTitle
@@ -41,5 +39,3 @@ The ``tag`` field is the release tag (optional).
4139
The ``body`` field is the release notes (optional).
4240
4341
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

Comments
 (0)