Skip to content

Commit

Permalink
github action write access (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi authored Jan 2, 2025
1 parent 04df042 commit 43944ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
cd:
runs-on: ubuntu-latest

# if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}

permissions:
packages: write
contents: read

needs:
- ci
Expand Down

0 comments on commit 43944ab

Please sign in to comment.