From b2c475882d3ae109561536a3febe8d44c6c7f4be Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Mon, 30 Oct 2023 12:19:28 -0400 Subject: [PATCH] revertme: (AppMap) Permit install-action to make a commit --- .github/workflows/main.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 971c3ca..ce4f7ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,17 @@ name: Main on: pull_request: +permissions: + # Allows the EndBug/add-and-commit step to commit the package manager changes, + # adding the AppMap language library and configuration file appmap.yml. + # Once the EndBug/add-and-commit is removed, this permission can be removed, + # unless you need it for other reasons. + contents: write + + # Allows the getappmap/archive-action to write a PR comment with the + # AppMap configuration status. + pull-requests: write + jobs: test: runs-on: ubuntu-latest @@ -21,4 +32,4 @@ jobs: - name: Run tests run: bundle exec rails test -``` \ No newline at end of file +```