Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix: missing perms for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Jan 26, 2024
1 parent d7c419b commit be2bff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ env:
REGISTRY: ghcr.io
jobs:
docker-build:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit be2bff0

Please sign in to comment.