diff --git a/template/.github/workflows/release-publish.yaml b/template/.github/workflows/release-publish.yaml index 7ee7249..c1d47a4 100644 --- a/template/.github/workflows/release-publish.yaml +++ b/template/.github/workflows/release-publish.yaml @@ -20,12 +20,12 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1 + uses: liblaf/actions/auth@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Publish drafts - uses: liblaf/actions/publish-drafts@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1 + uses: liblaf/actions/publish-drafts@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1 with: older-than: 6hr token: ${{ steps.auth.outputs.token }}