diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 38badb3..074b4f3 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -5,7 +5,7 @@ # documentation. name: Dependabot auto-merge on: - pull_request_target: + pull_request: branches: [main] permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 771b4bf..c58fc55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: CI permissions: contents: write