Skip to content

Commit

Permalink
Minimize GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 8, 2023
1 parent dd71f5f commit 4b919be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

permissions:
contents: read

on:
pull_request:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand Down

0 comments on commit 4b919be

Please sign in to comment.