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
dustinbyrne committed Nov 1, 2023
1 parent 4ac946d commit 3bfb9c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: build
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 Down

0 comments on commit 3bfb9c5

Please sign in to comment.