chore(workflow): update github actions (#7508)

This commit is contained in:
Livio Spring
2024-03-07 16:38:38 +01:00
committed by GitHub
parent 89a3ffa6fd
commit 98bd355ce2
11 changed files with 26 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# to the issue
project-url: https://github.com/orgs/zitadel/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- uses: actions-ecosystem/action-add-labels@v1.1.0
- uses: actions-ecosystem/action-add-labels@v1.1.3
if: ${{ github.event_name == 'pull_request_target' && github.actor != 'dependabot[bot]' && !contains(steps.checkUserMember.outputs.teams, 'staff')}}
with:
github_token: ${{ secrets.ADD_TO_PROJECT_PAT }}