Skip to content

Commit

Permalink
fix permissions + add author
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Mar 21, 2024
1 parent 1b6cdf4 commit 6566c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: DependencyUpdater
on:
push: #testing
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # check every day at midnight UTC
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
create-commits-and-pr:
permissions:
id-token: write
contents: read
contents: write
runs-on: ubuntu-latest
steps:
- name: Setup GitHub Token
Expand Down Expand Up @@ -83,3 +83,4 @@ jobs:
reviewers: ${{ inputs.reviewers }}
body: ${{ steps.run.outputs.prBody }}
token: ${{ steps.token.outputs.access-token }}
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0 comments on commit 6566c8a

Please sign in to comment.