Skip to content

Commit

Permalink
set write permissions instead of using repo setting
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 8, 2024
1 parent 95b876f commit cb9e50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -12,6 +12,8 @@ env:
jobs:
build:
runs-on: macos-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cb9e50a

Please sign in to comment.