Skip to content

Commit 9ba7a44

Browse files
committed
chore: update gist workflow
1 parent 497c182 commit 9ba7a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- run: pnpm install
4040
- run: pnpm run pack
4141
- name: upload-to-gist
42-
uses: tim-smart/actions-upload-to-gist@v2
42+
uses: tim-smart/actions-upload-to-gist@v3
4343
with:
44-
token: ${{ secrets.GIST_TOKEN }}
44+
gist_token: ${{ secrets.GIST_TOKEN }}
4545
gist_id: 2249154d563bbbdd603cb09e834361e8
4646
path: build/artifacts

0 commit comments

Comments
 (0)