Skip to content

Commit cde999e

Browse files
authored
gha: fix permissions (#43)
1 parent a817d5e commit cde999e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
if: "startsWith(github.event.head_commit.message, 'Bump version:')"
1212
name: Condarise and Tag
1313
uses: tidywf/.github/.github/workflows/condarise-and-tag.yaml@main
14+
permissions:
15+
contents: write
1416
with:
1517
pkg_name: nemo
1618
pkg_version: '0.0.3.9006' # bump
@@ -20,6 +22,8 @@ jobs:
2022
name: Pkgdownise
2123
needs: [condarise_and_tag]
2224
uses: tidywf/.github/.github/workflows/pkgdownise.yaml@main
25+
permissions:
26+
contents: write
2327
with:
2428
pkg_name: nemo
2529
pkg_version: '0.0.3.9006' # bump

0 commit comments

Comments
 (0)