Skip to content

Commit

Permalink
chore(deps): fix token permissions in ci.yml (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dane-kk authored Oct 11, 2024
1 parent fc07c6d commit 904959e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ jobs:
strategy:
matrix:
images:
- localRegistry: localhost:5000/ketch-com/go-ketch-forwarder
githubRegistry: ghcr.io/ketch-com/go-ketch-forwarder
- githubRegistry: ghcr.io/ketch-com/go-ketch-forwarder
# ecrRepository: go-ketch-forwarder
localRegistry: localhost:5000/ketch-com/go-ketch-forwarder
dockerfile: docker/ketch-event-forwarder/Dockerfile
fail-fast: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
contents: write
packages: write
services:
registry:
image: registry:2
Expand Down

0 comments on commit 904959e

Please sign in to comment.