Skip to content

Commit 3a271e9

Browse files
committed
Fix gh copilot authentication - use GITHUB_TOKEN env var
1 parent 3b3db68 commit 3a271e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fvutils-weekly-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Generate Short News Update
6969
env:
70-
GH_TOKEN: ${{ github.token }}
70+
GITHUB_TOKEN: ${{ github.token }}
7171
run: |
7272
cat > /tmp/prompt.txt << 'EOF'
7373
Based on the following GitHub activity from the past week, create a concise 2-3 paragraph news update suitable for a website news section. Focus on the most significant changes and developments. Keep it professional and informative.
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Generate Detailed Overview
8181
env:
82-
GH_TOKEN: ${{ github.token }}
82+
GITHUB_TOKEN: ${{ github.token }}
8383
run: |
8484
cat > /tmp/detail_prompt.txt << 'EOF'
8585
Based on the following GitHub activity from the past week, create a detailed weekly overview with sections for different types of changes (commits, pull requests, issues). Include relevant details and provide context about the significance of changes. Format as markdown.

0 commit comments

Comments
 (0)