Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Jan 31, 2024
1 parent e990eaa commit f921013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-aws-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
mkdir -p docs/snippets
curl https://porter-role.s3.us-east-2.amazonaws.com/permissions-docs.txt > docs/snippets/aws-permissions.mdx
- name: Commit docs
run: |
git add .
git commit -m "Autoupdate docs from CCP"
git push origin main
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs: update AWS permissions docs"
file_pattern: "docs/snippets/aws-permissions.mdx"

0 comments on commit f921013

Please sign in to comment.