Skip to content

Commit

Permalink
add env to add and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 20, 2023
1 parent 7573ffe commit e62fbd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.COMMIT_TOKEN }}
token: ${{ }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

Expand Down Expand Up @@ -96,3 +96,5 @@ jobs:
default_author: github_actions
message: 'Update threshold'
add: '.github/workflows/gcp-deployment.yml'
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_COMMIT_PR }}

0 comments on commit e62fbd0

Please sign in to comment.