Skip to content

Commit

Permalink
fix GH token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Apr 4, 2024
1 parent b110ce1 commit fa87a58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
issue_comment:
types: [created]

permissions:
contents: write
pull-requests: write

jobs:
codefreeze:
uses: adoptium/.github/.github/workflows/code-freeze.yml@main
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Dependabot auto-merge
on: pull_request_target

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
uses: adoptium/.github/.github/workflows/dependabot-auto-merge.yml@main

0 comments on commit fa87a58

Please sign in to comment.