Skip to content

Commit

Permalink
ci(): Remove GITHUB_TOKEN from secrets definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Feb 11, 2025
1 parent 7381b32 commit d674e31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/workflow-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
GH_PERSONAL_TOKEN:
description: "The Github personal token."
required: true
GITHUB_TOKEN:
description: "The Github token."
required: true

jobs:
publish:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/workflow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: ./.github/workflows/workflow-github-release.yml
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PERSONAL_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}

0 comments on commit d674e31

Please sign in to comment.