From ceab5f18ad3062ebd1a43aa3ae7b499148b62a36 Mon Sep 17 00:00:00 2001 From: EunBae Gong Date: Fri, 22 Mar 2024 16:51:38 +0900 Subject: [PATCH] ci: change permissions flow location --- .github/workflows/publish.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d088452..2183180 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,14 +6,13 @@ on: - publish # types: closed -permissions: - contents: write # for checkout and tag - pull-requests: write # for comments - packages: write # for publish - jobs: publish: runs-on: ubuntu-latest + permissions: + contents: write # for checkout and tag + pull-requests: write # for comments + packages: write # for publish steps: - uses: actions/checkout@v1 with: