1 parent 543413a commit 67f323aCopy full SHA for 67f323a
1 file changed
template/.github/workflows/release-publish.yaml
@@ -20,12 +20,12 @@ jobs:
20
steps:
21
- id: auth
22
name: Auth
23
- uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
+ uses: liblaf/actions/auth@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1
24
with:
25
app-id: ${{ vars.APP_ID }}
26
private-key: ${{ secrets.PRIVATE_KEY }}
27
- name: Publish drafts
28
- uses: liblaf/actions/publish-drafts@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
+ uses: liblaf/actions/publish-drafts@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1
29
30
older-than: 6hr
31
token: ${{ steps.auth.outputs.token }}
0 commit comments