File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 dependency-review :
1010 uses : ./.github/workflows/dependency-review.yaml
11+ permissions :
12+ contents : read
1113
1214 test :
1315 needs : dependency-review
1416 uses : ./.github/workflows/test.yaml
17+ permissions :
18+ contents : read # Allows the action to check out your repository code
19+ pull-requests : write # Allows the action to comment on or update the Dependabot PR
20+ statuses : write # Allows the action to post pass/fail build statuses
1521
1622 check-gem-version :
1723 needs : test
2228 if : github.event_name == 'push' && needs.check-gem-version.outputs.version-changed == 'true'
2329 with :
2430 new-gem-version : true
25- uses : ./.github/workflows/publish.yaml
31+ uses : ./.github/workflows/publish-gem .yaml
2632
2733 check-documentation-updates :
2834 needs : publish-gem
3541 publish-github-pages :
3642 needs : check-documentation-updates
3743 if : github.event_name == 'push' && needs.check-documentation-updates.outputs.documentation-updated == 'true'
38- uses : ./.github/workflows/publish-github-pages.yaml
44+ uses : ./.github/workflows/publish-github-pages.yaml
45+ permissions :
46+ contents : read
47+ pages : write
48+ id-token : write
File renamed without changes.
You can’t perform that action at this time.
0 commit comments