From 174c8a97169f506dde9ef3b551844a58537460d1 Mon Sep 17 00:00:00 2001 From: TNE Date: Tue, 26 Dec 2023 15:48:08 +0100 Subject: [PATCH] automatically push chaotic.gpg to chaotic-aur.github.io --- .github/workflows/push-to-web.yml | 27 +++++++++++++++++++++++++++ chaotic.gpg | 1 + 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/push-to-web.yml diff --git a/.github/workflows/push-to-web.yml b/.github/workflows/push-to-web.yml new file mode 100644 index 0000000..a380573 --- /dev/null +++ b/.github/workflows/push-to-web.yml @@ -0,0 +1,27 @@ + +name: Push to chaotic-aur.github.io +on: + workflow_dispatch: + push: + branches: + - master + paths: + - chaotic.gpg +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + repository: chaotic-aur/chaotic-aur.github.io + token: ${{ secrets.GH_PAT }} + sparse-checkout: | + chaotic.gpg + sparse-checkout-cone-mode: false + - name: Commit and push changes + run: | + git config --local user.email "actions@chaotic.cx" + git config --local user.name "Chaotic Temeraire" + git add chaotic.gpg + git commit -m "Update chaotic.gpg" + git push \ No newline at end of file diff --git a/chaotic.gpg b/chaotic.gpg index 820ae0d..70e8f19 100644 --- a/chaotic.gpg +++ b/chaotic.gpg @@ -349,3 +349,4 @@ uyhJ9PyO4JYDaSceYyj3JRRSZWNK6OTZ+FBWK7F9eL7j6DbDZFm5g+Cm/Lexv9DD oQ0= =Bkh0 -----END PGP PUBLIC KEY BLOCK----- +