Skip to content

Commit

Permalink
Revert "Use PACKAGES_ACCESS_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit 74c3d87.
  • Loading branch information
purejava committed Jan 7, 2024
1 parent 74c3d87 commit 8010a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
id: create_release
with:
repo_token: "${{ secrets.PACKAGES_ACCESS_TOKEN }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true

Expand Down

0 comments on commit 8010a52

Please sign in to comment.