Skip to content

Commit

Permalink
Bump permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 2, 2024
1 parent c165b1b commit bfb4497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ jobs:
external_repository: DiamondLightSource/python-copier-template-example
publish_branch: example-publishing
enable_jekyll: true # don't put a .nojekyll



2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
example:
if: github.ref_name == 'example-publishing'
uses: ./.github/workflows/_example.yml
permissions:
contents: write

release:
if: github.ref_type == 'tag'
Expand Down

0 comments on commit bfb4497

Please sign in to comment.