Skip to content

Commit 8e81a78

Browse files
Separate community stats workflow (#85)
## Summary - remove the GitHub Pages deployment workflow - retain community-stat updates in a standalone scheduled workflow - grant the stats workflow permission to commit refreshed data ## Verification - reviewed the revised workflow inventory and standalone workflow configuration - local Actions linting was unavailable because `actionlint` is not installed
1 parent 07ab837 commit 8e81a78

2 files changed

Lines changed: 3 additions & 172 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 */4 * * *' # Every 4 hours
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
update-community:
1013
runs-on: ubuntu-latest

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)