Skip to content

Commit 1d0aab6

Browse files
committed
fix: remove double $ typo
Signed-off-by: Taylor Price <[email protected]>
1 parent 907aadf commit 1d0aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:
34-
token: $${{ secrets.BOT_GH_TOKEN }}
34+
token: ${{ secrets.BOT_GH_TOKEN }}
3535
- name: Bump version and push tag
3636
id: tag_version
3737
uses: mathieudutour/[email protected]

0 commit comments

Comments
 (0)