Skip to content

Commit

Permalink
Merge pull request #131 from codecov/release/23.10.2
Browse files Browse the repository at this point in the history
Fix perms
  • Loading branch information
trent-codecov committed Oct 3, 2023
2 parents fbd867b + 28b4e57 commit efd0cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
types: [closed]

permissions:
contents: 'read'
id-token: 'write'

jobs:
create-release:
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
Expand Down

0 comments on commit efd0cb0

Please sign in to comment.