Skip to content

Commit

Permalink
feat: added action write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent 9b781dc commit 217360b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and publish Docker image
on:
push:
branches: ["main"]
branches: ['main']
workflow_dispatch:

env:
Expand All @@ -17,6 +17,7 @@ jobs:
packages: write
attestations: write
id-token: write
actions: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 217360b

Please sign in to comment.