Skip to content

Commit

Permalink
Add packages perms to GH Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Nov 12, 2024
1 parent 9c65415 commit fca94bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-connectors-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- "mysql/*"
- "oracle/*"

permissions:
contents: read
packages: write # Allows pushing to GHCR
id-token: write # Required for authenticating with GHCR

jobs:
docker-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fca94bc

Please sign in to comment.