Skip to content

Commit d592537

Browse files
authored
fix: sponsors (#134)
# Summary - [] Closes issue #... - [] I have read the [CONTIBUTING.md](../CONTRIBUTING.md) and [AI_POLICY.md](../AI_POLICY.md) guides ## How Did You Test this Change? ## Images/Videos <!-- if relevant, please include any relevant images that show off how your feature is working -->
1 parent 3a8c7b1 commit d592537

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/sponsors.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
name: generate
1+
name: sponsors
22
on:
33
workflow_dispatch: {}
44
schedule:
55
- cron: "0 8 * * *"
66
permissions: read-all
77
jobs:
8-
docs:
8+
write-readme:
99
permissions:
10-
contents: read
10+
contents: write
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v5
1515
- name: Install Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version-file: ./go.mod
18+
go-version: "1.26"
1919
- name: Install Task
2020
uses: go-task/setup-task@v2
2121
with:
2222
repo-token: ${{ secrets.GH_DIFFNAV_PAT }}
23-
- name: Download Go modules
24-
run: go mod download
2523
- run: task docs-sponsors
2624
env:
2725
GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}

0 commit comments

Comments
 (0)