Skip to content

Add renovate.json

Add renovate.json #25

Workflow file for this run

name: test secrets
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: echo "$SUPER_SECRET" | base64
env:
SUPER_SECRET: ${{ secrets.GLOBAL_SECRET_TEST }}