From 64a6a6fe170d23eb893179c056272842f64e7358 Mon Sep 17 00:00:00 2001 From: jmckenna Date: Sat, 24 Apr 2021 12:24:41 -0300 Subject: [PATCH 1/2] secure bot_tokey_key --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e0eae734f6..ae5184090c 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,5 +16,5 @@ jobs: with: bot_username: MapServer-backport-bot bot_token: 0cba09450792aa8130ae6ef3de09915654afc8cb - bot_token_key: 665c2358a46ddf0589de5e24a316cdcc64820b2e + bot_token_key: ${{ secrets.BOT_TOKEN_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file From eec91aad95d50eb95960d22cc6418cd872a90863 Mon Sep 17 00:00:00 2001 From: jmckenna Date: Sat, 24 Apr 2021 12:33:32 -0300 Subject: [PATCH 2/2] secure bot_token --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ae5184090c..59e7c07196 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -15,6 +15,6 @@ jobs: uses: Gaurav0/backport@v1.0.26 with: bot_username: MapServer-backport-bot - bot_token: 0cba09450792aa8130ae6ef3de09915654afc8cb + bot_token: ${{ secrets.BOT_TOKEN }} bot_token_key: ${{ secrets.BOT_TOKEN_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file