We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c81c64 commit d4ed5eeCopy full SHA for d4ed5ee
1 file changed
.github/workflows/check-new-releases.yml
@@ -3,14 +3,16 @@ on:
3
schedule:
4
- cron: '0 7,19 * * *'
5
workflow_dispatch:
6
+permissions:
7
+ contents: write # for pushing to master
8
+
9
jobs:
10
check_new_releases:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
- token: ${{ secrets.CHECK_NEW_RELEASES_TOKEN }}
16
- name: Clone setup-ruby
17
uses: actions/checkout@v4
18
0 commit comments