We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497c182 commit 9ba7a44Copy full SHA for 9ba7a44
1 file changed
.github/workflows/gist.yml
@@ -39,8 +39,8 @@ jobs:
39
- run: pnpm install
40
- run: pnpm run pack
41
- name: upload-to-gist
42
- uses: tim-smart/actions-upload-to-gist@v2
+ uses: tim-smart/actions-upload-to-gist@v3
43
with:
44
- token: ${{ secrets.GIST_TOKEN }}
+ gist_token: ${{ secrets.GIST_TOKEN }}
45
gist_id: 2249154d563bbbdd603cb09e834361e8
46
path: build/artifacts
0 commit comments