Skip to content

Commit

Permalink
[test] include additional permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThraceAerospace committed Jun 27, 2024
1 parent 53a6885 commit 47ab4e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-create-robot-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
contents: write
pages: write
id-token: write
pull-requests: write

jobs:
create-robot-profile-if-not-exists:
Expand All @@ -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:
Expand Down Expand Up @@ -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 }}


0 comments on commit 47ab4e2

Please sign in to comment.