Skip to content

Commit

Permalink
Merge pull request #13 from aodn/release_allow_write
Browse files Browse the repository at this point in the history
deploy-staging.yml: allow create release write permissions
  • Loading branch information
digorgonzola authored Dec 9, 2023
2 parents dccbf67 + 61387a2 commit 512ecf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
needs: [build_test_push, staging_deploy_apply]
permissions:
contents: write
steps:
- name: Write image metadata to file
id: metadata_to_file
Expand Down

0 comments on commit 512ecf9

Please sign in to comment.