Skip to content

Commit d4ed5ee

Browse files
committed
Use the default token for check-new-releases.yml
1 parent 5c81c64 commit d4ed5ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-new-releases.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ on:
33
schedule:
44
- cron: '0 7,19 * * *'
55
workflow_dispatch:
6+
permissions:
7+
contents: write # for pushing to master
8+
69
jobs:
710
check_new_releases:
811
runs-on: ubuntu-latest
912
steps:
1013
- uses: actions/checkout@v4
1114
with:
1215
fetch-depth: 0
13-
token: ${{ secrets.CHECK_NEW_RELEASES_TOKEN }}
1416
- name: Clone setup-ruby
1517
uses: actions/checkout@v4
1618
with:

0 commit comments

Comments
 (0)