Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f406d62b authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #314 from nextcloud/analysisAlsoOnPush

Use github_token for auto approve
parents bcb03a48 d4a50a34
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,4 +8,4 @@ jobs:
            - uses: hmarr/auto-approve-action@v2.0.0
            - uses: hmarr/auto-approve-action@v2.0.0
              if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
              if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
              with:
              with:
                  github-token: "${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}"
                  github-token: "${{ secrets.GITHUB_TOKEN }}"