diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5445036e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7f464d4..acceb394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GAYHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} @@ -55,7 +55,7 @@ jobs: - name: upload uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GAYHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.upload_url }} asset_path: x-ui-linux-amd64.tar.gz @@ -97,7 +97,7 @@ jobs: - name: upload uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GAYHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.upload_url }} asset_path: x-ui-linux-arm64.tar.gz @@ -139,7 +139,7 @@ jobs: - name: upload uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GAYHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.upload_url }} asset_path: x-ui-linux-s390x.tar.gz diff --git a/README.md b/README.md index 642367e6..c481d798 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # x-ui +![](https://img.shields.io/github/v/release/alireza0/x-ui.svg) +![](https://img.shields.io/docker/pulls/alireza7/x-ui.svg) +[![Go Report Card](https://goreportcard.com/badge/github.com/alireza0/x-ui)](https://goreportcard.com/report/github.com/alireza0/x-ui) +[![Downloads](https://img.shields.io/github/downloads/alireza0/x-ui/total.svg)](https://img.shields.io/github/downloads/alireza0/x-ui/total.svg) +[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html) > **Disclaimer: This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment**