From 06d4b80c74acca6729c8e7a41448758df662354f Mon Sep 17 00:00:00 2001 From: gingerheart86 Date: Mon, 11 Dec 2023 12:59:15 -0300 Subject: [PATCH] Initial commit --- .github/workflows/auto-update.yml | 31 +++++++++++++++++++++++++++++++ LICENSE | 21 +++++++++++++++++++++ README.md | 5 +++++ info.json | 1 + 4 files changed, 58 insertions(+) create mode 100644 .github/workflows/auto-update.yml create mode 100644 LICENSE create mode 100644 README.md create mode 100644 info.json diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml new file mode 100644 index 0000000..f349013 --- /dev/null +++ b/.github/workflows/auto-update.yml @@ -0,0 +1,31 @@ + + +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + - uses: dkershner6/post-api-call-action@v1 + with: + url: ${{ secrets.API_UPDATE_URL }}/xxx + headers: "{\"Authorization\": \"${{ secrets.API_KEY }}\"}" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e010df5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 DeSciWorld + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f8e74e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## Please feel free to pull a request in case you see any errors in the project's dashboard at https://desci.world/dashboard + + + + diff --git a/info.json b/info.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/info.json @@ -0,0 +1 @@ +