Skip to content

Commit 8010a52

Browse files
committed
Revert "Use PACKAGES_ACCESS_TOKEN"
This reverts commit 74c3d87.
1 parent 74c3d87 commit 8010a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: "marvinpinto/action-automatic-releases@latest"
1515
id: create_release
1616
with:
17-
repo_token: "${{ secrets.PACKAGES_ACCESS_TOKEN }}"
17+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1818
prerelease: false
1919
draft: true
2020

0 commit comments

Comments
 (0)