Skip to content

feat: add github issue templates for bug and feature #19

feat: add github issue templates for bug and feature

feat: add github issue templates for bug and feature #19

name: Update database
on:
push:
branches:
- main
jobs:
update-database:
name: Update
runs-on: ubuntu-latest
steps:
- name: Update
run: |
curl -X POST "https://templates.services.fedcloud.eu/api/latest/db:update" -H "Authorization: Bearer ${{ secrets.API_ADMIN_SECRET }}"