diff --git a/.gitea/workflows/process-issues.yaml b/.gitea/workflows/process-issues.yaml index 0f2ac94..01363c6 100644 --- a/.gitea/workflows/process-issues.yaml +++ b/.gitea/workflows/process-issues.yaml @@ -13,8 +13,10 @@ jobs: - name: Checkout Python Script uses: actions/checkout@v4 with: - repository: 'alexlebens/workflow-scripts' - path: './scripts' + repository: alexlebens/workflow-scripts + ref: main + token: ${{ secrets.BOT_TOKEN }} + path: scripts - name: Set up Python uses: actions/setup-python@v5 diff --git a/.gitea/workflows/process-pull-requests.yaml b/.gitea/workflows/process-pull-requests.yaml index 0fe5ca9..6eb697f 100644 --- a/.gitea/workflows/process-pull-requests.yaml +++ b/.gitea/workflows/process-pull-requests.yaml @@ -13,10 +13,10 @@ jobs: - name: Checkout Python Script uses: actions/checkout@v4 with: - repository: 'alexlebens/workflow-scripts' + repository: alexlebens/workflow-scripts ref: main token: ${{ secrets.BOT_TOKEN }} - path: './scripts' + path: scripts - name: Set up Python uses: actions/setup-python@v5