Skip to content

Commit

Permalink
Give permissions to write (#687)
Browse files Browse the repository at this point in the history
<!--
A good PR should describe what benefit this brings to the repository.
This description of the PR will be used as the commit message when
merging it.
Ideally, there is an existing issue which the PR address.

Please check the [Contributing
guide](https://docs.egi.eu/about/contributing/)
for style requirements and advice.
-->

# Summary

<!-- Describe in plain English what this PR does. -->
Try to make the build preview work again
---

<!-- Add, if any, the related issue here, e.g. #6 -->

**Related issue :** #685
  • Loading branch information
enolfc authored Dec 18, 2024
1 parent e2d92a2 commit d9539d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
# Run when label is added or present and when pushing to the PR
types: [labeled, opened, synchronize]

permissions: read-all
permissions:
contents: write

jobs:
build_preview:
Expand Down

1 comment on commit d9539d4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

❌ Errors Count
❌ no-files-to-check 1

See ❌ Event descriptions for more information.

Please sign in to comment.