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:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ubuntu:24.04
|
image: sitespeedio/node:ubuntu-22-04-nodejs-20.15.1
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get Secrets from Bitwarden
|
- name: Get Secrets from Bitwarden
|
||||||
id: bitwarden-secrets
|
id: bitwarden-secrets
|
||||||
uses: https://github.com/bitwarden/sm-action@v2
|
uses: https://github.com/bitwarden/sm-action@v2
|
||||||
|
|
Loading…
Reference in a new issue