fix tofu
This commit is contained in:
parent
43b9dfd582
commit
a433394098
1 changed files with 5 additions and 5 deletions
|
@ -9,16 +9,16 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
image: sitespeedio/node:ubuntu-22-04-nodejs-20.15.1
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get Secrets from Bitwarden
|
||||
id: bitwarden-secrets
|
||||
uses: https://github.com/bitwarden/sm-action@v2
|
||||
|
|
Loading…
Reference in a new issue