ci: harden release announce checkout
This commit is contained in:
parent
4f69955f88
commit
10c303e609
|
|
@ -14,6 +14,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Announce release to Discord + Discussions
|
||||
run: node scripts/discord/release-announce.mjs
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue