This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 26e23942c fix: remove invalid step-level permissions syntax
26e23942c is described below

commit 26e23942c7b7ec60252d08d011057dc8fabda2f4
Author: Jens Geyer <[email protected]>
AuthorDate: Sun Mar 22 13:13:28 2026 +0000

    fix: remove invalid step-level permissions syntax
---
 .github/workflows/msvc.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 88e6853b4..4fb84a186 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -51,8 +51,6 @@ jobs:
 
       - name: Log in to GHCR
         if: github.event_name != 'pull_request'
-        permissions:
-          packages: write
         uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
         with:
           registry: ghcr.io

Reply via email to