Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
chore: correct secret for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Aug 4, 2023
1 parent fd6412c commit 4b05d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
extensionName: ${{ github.event.repository.name }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ghToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b05d85

Please sign in to comment.