Skip to content

Commit 9ba7a44

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gist.yml

Lines changed: 2 additions & 2 deletions
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)