Skip to content

Commit 8b270fa

Browse files
committed
Add step to install safe-chain in publish-web workflow
1 parent 8b00b1d commit 8b270fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-web.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1818
with:
1919
python-version: 3.x
20+
- name: Install safe-chain
21+
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
2022
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2123
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2224
with:

0 commit comments

Comments
 (0)