Skip to content

Commit

Permalink
Merge pull request #6310 from jmckenna/bot-token-key
Browse files Browse the repository at this point in the history
secure bot tokens
  • Loading branch information
jmckenna committed Apr 24, 2021
2 parents 3795609 + eec91aa commit e296cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: Gaurav0/backport@v1.0.26
with:
bot_username: MapServer-backport-bot
bot_token: 0cba09450792aa8130ae6ef3de09915654afc8cb
bot_token_key: 665c2358a46ddf0589de5e24a316cdcc64820b2e
bot_token: ${{ secrets.BOT_TOKEN }}
bot_token_key: ${{ secrets.BOT_TOKEN_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e296cb1

Please sign in to comment.