Skip to content

Commit

Permalink
Changes in corelation wiht new GH Action Permission Changes. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Jan 22, 2024
1 parent 2b43d49 commit 30a57f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
permissions:
actions: read
contents: read
deployments: read
packages: none
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
build:
name: release
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
deployments: read
packages: none

steps:
- name: Checkout
Expand Down

0 comments on commit 30a57f0

Please sign in to comment.