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 0384291 commit ba1bdcd
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
Here is the updated workflow:
Here is the updated workflow with the inserted snippet:

```yaml
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 @@ -22,5 +33,3 @@ jobs:
- name: Run tests
run: bundle exec rails test
```

The "actions/checkout" step now includes the provided snippet.

0 comments on commit ba1bdcd

Please sign in to comment.