Skip to content

Commit

Permalink
add clear token
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 2, 2020
1 parent 02919f8 commit a83154c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr_to_doc_issue.yml
Expand Up @@ -10,12 +10,18 @@ jobs:
runs-on: ubuntu-latest
name: Create issue on doc repo for labeled issue
steps:
- name: Create Documentation issue
- name: Clear GH Token
if: github.event.label.name == 'Documentation'
id: token
uses: opengisch/clear-token@v1.0.12
with:
bot_token_encrypted: ddbdec32940df79f1adf2369b4b10f10b5a66f65
bot_token_xor_key: a1b2c3d47311f8e29e204f85a81b4df4a44e252c
- name: Create Documentation issue
id: doc_issue
uses: maxkomarychev/oction-create-issue@v0.7.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ steps.token.outputs.token }}
owner: qgis
repo: QGIS-Documentation
title: ${{ format('Request in QGIS ({1})', github.event.pull_request.number, github.event.pull_request.title) }}
Expand Down

0 comments on commit a83154c

Please sign in to comment.