From bbd0a2cdf11f3ab670d31f95e252cf8c0251ca6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:03:38 +0000 Subject: [PATCH 1/2] Bump ansible from 2.10.1 to 2.10.2 Bumps [ansible](https://github.com/ansible/ansible) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.10.1...v2.10.2) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index 0c8ce7a711..e7fc8eadbf 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.10.1 +ansible==2.10.2 ansible-runner==1.4.6 apipkg==1.5 aspy.yaml==1.3.0 From f946f3eed2334c95215b8867f65ce51f880351a4 Mon Sep 17 00:00:00 2001 From: divious1 Date: Wed, 4 Nov 2020 10:11:34 -0500 Subject: [PATCH 2/2] updating token --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b137d2f450..29c6298bbb 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -9,4 +9,4 @@ jobs: steps: - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: - github-token: ${{ secrets.auto-merge }} + github-token: ${{ secrets.GITHUB_TOKEN }}