Minimize GITHUB_TOKEN permissions

Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
This commit is contained in:
Taiki Endo 2023-03-26 16:32:28 +09:00
parent 7e75b7ebe3
commit dc095d0680
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: CI
permissions:
contents: read
on:
pull_request:
push:
@ -83,6 +86,10 @@ jobs:
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
security_audit:
permissions:
checks: write
contents: read
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -1,5 +1,8 @@
name: Release
permissions:
contents: write
on:
push:
tags: