Skip to content

Commit

Permalink
Fix zizmor findings in github workflows and add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan committed Jan 5, 2025
1 parent 1e10faf commit 4856300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ permissions:
# denied error when attempting to just pull private image, changing the token permission to write solves the
# issue. This is not dangerous, because if it is for "apache/airflow", only maintainers can push ci.yml
# changes. If it is for a fork, then the token is read-only anyway.
packages: write # zizmor: ignore[excessive-permissions]
env:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4856300

Please sign in to comment.