Skip to content

Commit f44a3b4

Browse files
committed
ci: Check out with bot auth token and just add containers
1 parent d082b44 commit f44a3b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/containers_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
# - uses: earthly/actions/setup-earthly@v1
2525
# with:
2626
# version: v0.8.13
27-
- uses: actions/checkout@v2
27+
# Use the @nf-core-bot token to check out so we can push later
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
with:
30+
token: ${{ secrets.nf_core_bot_auth_token }}
2831
- uses: nf-core/setup-nextflow@v2
2932
with:
3033
version: "25.01.0-edge"
@@ -42,7 +45,7 @@ jobs:
4245
git config user.email "[email protected]"
4346
git config user.name "nf-core-bot"
4447
git config push.default upstream
45-
git add .
48+
git add conf/containers/
4649
git status
4750
git commit -m "[automated] Update container configs"
4851
git push

0 commit comments

Comments
 (0)