Skip to content

Commit

Permalink
Update default workflow permissions (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Oct 23, 2024
1 parent 214479f commit 4345eab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 60 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
branches: [ main, 'release/*' ]
workflow_dispatch:

permissions: {}

env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/providers.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
schedule:
- cron: '30 1 * * *' # At 1:30 AM, daily

permissions: {}

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4345eab

Please sign in to comment.