Skip to content

Commit

Permalink
test the build and release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <[email protected]>
  • Loading branch information
Aijeyomah committed Oct 11, 2024
1 parent 33c2b73 commit f8bc366
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release-snapshot-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

# Permissions block to ensure the workflow has the right access
permissions:
contents: write # Required to create and update releases, upload assets
actions: read # Allows the workflow to read action metadata
contents: write
pull-requests: write
repository-projects: write

jobs:
release:
Expand Down

0 comments on commit f8bc366

Please sign in to comment.