Skip to content

Commit

Permalink
Allow artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 19, 2024
1 parent bbf47c6 commit 9fc7d0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ on:
tags:
- '*'

permissions:
contents: write
checks: write

actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9fc7d0c

Please sign in to comment.