Skip to content

Commit

Permalink
[actions] Fix permissions for the changelog action after default perm…
Browse files Browse the repository at this point in the history
…issions change.
  • Loading branch information
rolfbjarne authored and vs-mobiletools-engineering-service2 committed Feb 12, 2024
1 parent 89166ac commit 47b99ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maestro-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jobs:
add-changelog:
name: Add changelog
runs-on: ubuntu-latest
# GITHUB_TOKEN change from read-write to read-only on 2024-02-01 requires permissions block
# https://docs.opensource.microsoft.com/github/apps/permission-changes/
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
issues: write
contents: read
if: github.actor == 'dotnet-maestro[bot]'

steps:
Expand Down

0 comments on commit 47b99ec

Please sign in to comment.