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