Skip to content

Commit a976efa

Browse files
committed
Fixed a typo.
1 parent f985889 commit a976efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: create_release
2828
uses: actions/create-release@v1
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GH_ACTIOIN_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}
3131
with:
3232
tag_name: ${{ github.ref }}
3333
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)