From 717faedc0d6de13031764ef4206e46505f6cd0d4 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Thu, 7 Mar 2024 11:50:21 -0500 Subject: [PATCH] chore: update pico username --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f22369..92f0f92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: publish to pgs uses: picosh/pgs-action@v3 with: - user: hey + user: pico key: ${{ secrets.PRIVATE_KEY }} src: './public/' project: "docs-${{ steps.vars.outputs.sha_short }}"