Skip to content

Commit

Permalink
Assign packages_write permission to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 7, 2024
1 parent e80ce01 commit d8d18af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ on:
schedule:
- cron: '0 1 * * *' # daily at 1am UTC

permissions:
packages: write

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

Expand Down

0 comments on commit d8d18af

Please sign in to comment.