Skip to content

Commit

Permalink
ci: Allow default token to write workflows (#10407)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Sep 8, 2024
1 parent 9f9bf4d commit a95f3a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cherry-pick-release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
name: Cherry-pick release commit
runs-on: ubuntu-latest
needs: analyse-labels
environment:
name: main
permissions:
actions: write
strategy:
matrix:
branch: ${{ fromJSON(needs.analyse-labels.outputs.branches) }}
Expand All @@ -37,7 +37,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: github-cherry-pick-action v1.0.3
uses: carloscastrojumo/github-cherry-pick-action@bb0869df47c27be4ae4c7a2d93d22827aa5a0054
Expand Down

0 comments on commit a95f3a2

Please sign in to comment.