Skip to content

Commit

Permalink
Merge branch 'main' into svc-acc-issuer-irsa
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Aug 27, 2024
2 parents 7fe4e89 + 4507c0b commit ac5e544
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
description: 'Run code generation manually from GH CLI'
required: true
default: 'Make Generate'

permissions:
contents: write # Allow actions to update dependabot PRs

jobs:
build:
name: Build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request_target:
types: [opened, edited, synchronize, reopened]

permissions:
checks: write

jobs:
verify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac5e544

Please sign in to comment.