Skip to content

Commit ee89dff

Browse files
fix actions
1 parent b856a6a commit ee89dff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-dependency-graph.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: generate dependency graph
22

3-
on: pull_request
3+
on:
4+
pull_request
45

56
jobs:
67
generate-dependency-graph:
@@ -23,5 +24,3 @@ jobs:
2324
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
2425
- name: Push
2526
uses: ad-m/github-push-action@master
26-
with:
27-
github_token: ${{ secrets.GITHUB_TOKEN }}

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ allprojects {
7575
}
7676
}
7777

78+
apply(from = file("gradle/projectDependencyGraph.gradle"))

0 commit comments

Comments
 (0)