Skip to content

Commit 7ebda64

Browse files
committed
Fix GitHub Actions permissions for issue creation
- Add permissions block with issues:write scope - Remove test workflow after successful verification
1 parent e3db5bf commit 7ebda64

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

.github/workflows/daily-api-tracker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- cron: '0 2 * * *'
77
workflow_dispatch: # Allow manual trigger for testing
88

9+
permissions:
10+
issues: write
11+
contents: read
12+
913
jobs:
1014
track-api:
1115
runs-on: ubuntu-latest

.github/workflows/test-issues.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)