1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #638 from turrisxyz/naveen/feat/set-perms-actions

Set permissions for GitHub actions
This commit is contained in:
Wesley Beary 2022-04-05 19:56:26 -05:00 committed by GitHub
commit 41277bbf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,9 @@ on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:

View file

@ -4,9 +4,15 @@ on:
schedule:
- cron: "30 1 * * *"
permissions:
contents: read
jobs:
stale:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps: