We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d082b44 commit f44a3b4Copy full SHA for f44a3b4
.github/workflows/containers_config.yml
@@ -24,7 +24,10 @@ jobs:
24
# - uses: earthly/actions/setup-earthly@v1
25
# with:
26
# version: v0.8.13
27
- - uses: actions/checkout@v2
+ # 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 }}
31
- uses: nf-core/setup-nextflow@v2
32
with:
33
version: "25.01.0-edge"
@@ -42,7 +45,7 @@ jobs:
42
45
git config user.email "[email protected]"
43
46
git config user.name "nf-core-bot"
44
47
git config push.default upstream
- git add .
48
+ git add conf/containers/
49
git status
50
git commit -m "[automated] Update container configs"
51
git push
0 commit comments