Skip to content

Commit c128ca4

Browse files
authored
Simplify workflow, rely on org-wide GH_TOKEN
1 parent a4ba48b commit c128ca4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/sponsor.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,10 @@ jobs:
99
sponsor:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: 🤖 defaults
13-
uses: devlooped/actions-bot@v1
14-
with:
15-
gh_token: ${{ secrets.GH_TOKEN }}
16-
github_token: ${{ secrets.GITHUB_TOKEN }}
17-
1812
- name: 🤘 checkout
1913
uses: actions/checkout@v2
20-
with:
21-
token: ${{ env.GH_TOKEN }}
2214

2315
- name: ❤️ sponsor
2416
uses: devlooped/actions-sponsor@main
2517
with:
26-
token: ${{ env.GH_TOKEN }}
18+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)