Skip to content

Commit

Permalink
ci: allow gh token to publish docker packages (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Feb 6, 2025
1 parent a8d3464 commit 5d4511b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Build and push Docker image

permissions:
contents: write
pull-requests: write
id-token: write
attestations: write
packages: write

on:
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
pull-requests: write
id-token: write
attestations: write
packages: write

# Run the workflow on push to the main branch and manually
on:
Expand Down

0 comments on commit 5d4511b

Please sign in to comment.