Skip to content

Commit

Permalink
revertme: (AppMap) Permit install-action to make a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Oct 30, 2023
1 parent cf94e2e commit b2c4758
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +32,4 @@ jobs:
- name: Run tests
run: bundle exec rails test
```
```

0 comments on commit b2c4758

Please sign in to comment.