Skip to content

feat: add support for prefixing all secrets on copy #20

feat: add support for prefixing all secrets on copy

feat: add support for prefixing all secrets on copy #20

Workflow file for this run

name: "Build"
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- run: |
npm i
npm run all
- name: Upload coverage reports to Codecov
if: always()
uses: codecov/codecov-action@v3