1 parent 64792a0 commit 83ef644Copy full SHA for 83ef644
1 file changed
.github/workflows/skyline.yml
@@ -9,9 +9,9 @@ on:
9
workflow_dispatch:
10
11
# run on every push on the master branch
12
- push:
13
- branches:
14
- - main
+ #push:
+ # branches:
+ # - main
15
16
jobs:
17
generate:
@@ -28,7 +28,7 @@ jobs:
28
uses: lowlighter/metrics@latest
29
with:
30
commits_authoring: LAPCoder, [email protected]
31
- committer_token: ${{ secrets.GITH_TOKEN }}
+ committer_token: ${{ secrets.CMIT_TOKEN }}
32
committer_message: 'Update skyline'
33
user: LAPCoder
34
filename: generated/metrics.plugin.skyline.svg
0 commit comments