From 3c3b17fa4b66d40ad4feec10a6eb3a1b5870b8a3 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 13 Sep 2024 12:32:52 -0400 Subject: [PATCH] fix: addresses PR feedback Signed-off-by: Jennifer Power --- TEMPLATES/github/trestlebot-rules-transform.yml | 2 +- docs/tutorials/github.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TEMPLATES/github/trestlebot-rules-transform.yml b/TEMPLATES/github/trestlebot-rules-transform.yml index 2e835a9..a6dcc05 100644 --- a/TEMPLATES/github/trestlebot-rules-transform.yml +++ b/TEMPLATES/github/trestlebot-rules-transform.yml @@ -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 diff --git a/docs/tutorials/github.md b/docs/tutorials/github.md index 493cc4a..f9d1c37 100644 --- a/docs/tutorials/github.md +++ b/docs/tutorials/github.md @@ -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 ```