Skip to content

Commit

Permalink
feat(CI/CD): add token for cyclic-master-bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed May 27, 2020
1 parent ed0b67a commit bb9a0ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cyclic-master-bump.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: peter-evans/create-pull-request@v2.8.0
with:
base: development
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
labels: cyclic-master, automated-pr
Expand All @@ -23,5 +24,9 @@ jobs:
title: 'chore(automatic-release): cyclic master branch bump'
body: |
Cyclic master branch bump. Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
- name: Check outputs
run: |
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"

0 comments on commit bb9a0ff

Please sign in to comment.