Skip to content

Commit

Permalink
Fix release.yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Oct 19, 2023
1 parent d6b125a commit ac89644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
+ token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

- uses: ./.github/actions/setup

Expand Down

1 comment on commit ac89644

@vercel
Copy link

@vercel vercel bot commented on ac89644 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.