diff --git a/.github/workflows/auto-create-robot-profile.yml b/.github/workflows/auto-create-robot-profile.yml index 3ff4051d..0a375864 100644 --- a/.github/workflows/auto-create-robot-profile.yml +++ b/.github/workflows/auto-create-robot-profile.yml @@ -11,6 +11,7 @@ permissions: contents: write pages: write id-token: write + pull-requests: write jobs: create-robot-profile-if-not-exists: @@ -19,6 +20,7 @@ jobs: permissions: # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository. contents: write + pull-requests: write steps: @@ -47,4 +49,6 @@ jobs: with: commit-message: Automatically Create Robot Profile title: Create a robot profile for ${{ steps.date.outputs.date }} + branch: robot-profile-${{ steps.date.outputs.date }} +