Skip to content

Commit

Permalink
Merge branch 'main' into fix-perms
Browse files Browse the repository at this point in the history
  • Loading branch information
FolarinOyenuga authored Oct 2, 2024
2 parents bff25be + 3c9b97a commit d14cb21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/dependencies-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Add dependencies to Cloud Platform project

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
add-dependabot-to-project:
uses: ministryofjustice/cloud-platform-github-workflows/.github/workflows/dependencies-project.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: terraform-docs/gh-actions@v1.0.0
- uses: terraform-docs/gh-actions@v1.2.0
with:
working-dir: .
output-file: README.md
Expand Down

0 comments on commit d14cb21

Please sign in to comment.