Skip to content

Commit

Permalink
ci: Use plain GITHUB_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 8, 2024
1 parent 9133247 commit 40bea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.nf_core_bot_auth_token }}
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_message: "[automated] autogenerated conda-lock files"

- name: Get the lock file path
Expand Down

0 comments on commit 40bea09

Please sign in to comment.