Skip to content

Commit

Permalink
Merge pull request #10 from microsoft/personal/mialve/fix-fetch
Browse files Browse the repository at this point in the history
Fix github actions fetch permissions
  • Loading branch information
t-mialve authored Feb 5, 2024
2 parents f3dd200 + 7b764d7 commit 258f2fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
Refresh-Upstream:
name: update_upstream_branches
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 258f2fc

Please sign in to comment.