Skip to content

Commit

Permalink
Pass token to peter-evans/create-pull-request (#2446)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
bgoncal and frenck authored Nov 7, 2023
1 parent 5e9fdf1 commit f818095
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/set_version.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: "Version: Set Version"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -36,3 +34,4 @@ jobs:
branch: create-pull-request/bump_build
title: ${{ steps.commit.outputs.pr_title }}
body: "Automatically created by ${{ github.actor }}."
token: ${{ secrets.REPO_SCOPED_TOKEN }}

0 comments on commit f818095

Please sign in to comment.