Skip to content

[Snyk] Upgrade @mui/material from 5.4.1 to 5.16.4 #254

[Snyk] Upgrade @mui/material from 5.4.1 to 5.16.4

[Snyk] Upgrade @mui/material from 5.4.1 to 5.16.4 #254

Workflow file for this run

name: 1 Password
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Fetching secrets from 1Password
uses: 1password/load-secrets-action/configure@v1
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
env:
SECRET: op://app-cicd/hello-world/secret
- name: Print masked secret
run: echo $SECRET
- name: Running tests
run: |
ls -lah
pwd
whoami