diff --git a/.gitea/workflows/process-pull-requests.yaml b/.gitea/workflows/process-pull-requests.yaml index ae50939..0fe5ca9 100644 --- a/.gitea/workflows/process-pull-requests.yaml +++ b/.gitea/workflows/process-pull-requests.yaml @@ -15,6 +15,7 @@ jobs: with: repository: 'alexlebens/workflow-scripts' ref: main + token: ${{ secrets.BOT_TOKEN }} path: './scripts' - name: Set up Python