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

Unverified Commit d4a50a34 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

Use github_token for auto approve

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