Skip to content

Commit

Permalink
ci: update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Dec 10, 2024
1 parent b18cba3 commit 811c55c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
paths:
- 'apps/api/package.json'

permissions:
contents: write
packages: write

jobs:
release:
name: Create Release Draft
Expand All @@ -24,6 +20,8 @@ jobs:
name: Build Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
permissions: inherit
permissions:
contents: write
packages: write
with:
tag: ${{ needs.release.outputs.version }}

0 comments on commit 811c55c

Please sign in to comment.