We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89dd43 commit b321fc9Copy full SHA for b321fc9
.github/workflows/scheduler.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
update-sponsors:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
steps:
16
- uses: actions/checkout@v4
17
@@ -33,8 +35,6 @@ jobs:
33
35
- name: Commit
34
36
uses: EndBug/add-and-commit@v9
37
with:
- author_name: GitHub Actions
- author_email: 41898282+github-actions[bot]@users.noreply.github.com
38
message: 'chore(static): update sponsors assets [ci skip]'
39
add: "assets/sponsors.*"
40
env:
0 commit comments