Revert PAT for merge-dependabot-pr

Dependabot does not see GH secrets: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
This commit is contained in:
Artem Bilan
2023-12-23 14:29:55 -05:00
committed by GitHub
parent 5cfbbecb8b
commit 92243ee633

View File

@@ -9,7 +9,6 @@ run-name: Merge Dependabot PR ${{ github.ref_name }}
jobs:
merge-dependabot-pr:
permissions: write-all
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}