From e13aa2e438da0839f1200fe87c09ecc2fd6c4838 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 21 Jan 2024 02:38:24 +0100 Subject: Update workflow --- .github/workflows/copilot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.github/workflows/copilot.yml') diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 38c24378..7ec17ba6 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -6,16 +6,10 @@ on: - opened - synchronize -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -permissions: - contents: read - pull-requests: write - jobs: review: runs-on: ubuntu-latest + permissions: write-all steps: - name: Checkout Repo uses: actions/checkout@v3 @@ -30,4 +24,6 @@ jobs: - name: Install PyGithub run: pip install PyGithub - name: AI Code Review + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python -m etc.tool.copilot \ No newline at end of file -- cgit v1.2.3