Skip to content

Merge pull request #7 from whyphi/IvanYangg-patch-1 #16

Merge pull request #7 from whyphi/IvanYangg-patch-1

Merge pull request #7 from whyphi/IvanYangg-patch-1 #16

Workflow file for this run

name: Update Vault Access
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - name: Validate YAML file (vault.yaml)
# run: yamllint vault.yaml
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run
run: go run .
env:
MONGO_USER: ${{ secrets.MONGO_USER }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}