Skip to content

Commit

Permalink
ci: add permission to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jul 26, 2023
1 parent 618f3c8 commit 2f05ffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: build

on: [push, workflow_dispatch]

permissions:
contents: write
id-token: write

jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main
Expand Down

0 comments on commit 2f05ffe

Please sign in to comment.