Skip to content

Commit

Permalink
fix: remove wrong env token from checkout in lock-file-maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jul 3, 2024
1 parent 0cb408a commit 6a7720d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lock-file-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: "anolilab/workflows/.github/workflows/lock-file-maintenance.yml@main"
permissions:
contents: "write" # commit and push
id-token: "write" # for checkout
with:
target-repo: "visulima/visulima"
secrets: "inherit"
```
2 changes: 0 additions & 2 deletions .github/workflows/lock-file-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:

- name: "Git checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
with:
token: "${{ secrets.LOCK_MAINTENANCE_GITHUBG_TOKEN }}"
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down

0 comments on commit 6a7720d

Please sign in to comment.