From bff9e7098e0779cccf3df020e21933f48254d48f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 4 Dec 2025 21:15:02 +0000 Subject: [PATCH] Test Action again --- .gitea/workflows/auto_pr.yaml | 2 +- pis/test.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 pis/test.txt diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index f8826b1..e1989cf 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -40,7 +40,7 @@ jobs: uses: https://github.com/peter-evans/create-pull-request@v6 with: base_url: https://git.fjla.uk - token: ${{ secrets.OWLBOT_TOKEN }} + token: ${{ secrets.OWLBOT_KEY }} commit-branch: sort-merge-${{ github.run_id }} base: main title: 'Automated PIS Update: Robotic Owl' diff --git a/pis/test.txt b/pis/test.txt new file mode 100644 index 0000000..03d28da --- /dev/null +++ b/pis/test.txt @@ -0,0 +1,2 @@ +SImple testfile which should be deleted by action for testing +! \ No newline at end of file