Skip to content

Commit

Permalink
fix: addresses PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Sep 13, 2024
1 parent b6b251d commit 3c3b17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TEMPLATES/github/trestlebot-rules-transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Rules Transform and AutoSync
runs-on: ubuntu-latest
permissions:
content: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Finally you can copy ready-made CI/CD workflows from the `TEMPLATES` directory i

**For example Component Definition authoring in GitHub Actions**
```
mkdir .github/workflows
cp TEMPLATES/github/trestlebot-create-component-definition.yml .github/workflows
cp TEMPLATES/github/trestlebot-rules-transform.yml .github/workflows
```
Expand Down

0 comments on commit 3c3b17f

Please sign in to comment.