Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
This is done by the automated script named upgrade-ci-2025
  • Loading branch information
sbrunner committed Feb 14, 2025
1 parent 92ff9fc commit 4748aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:docker.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.0',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:

- name: Publish
run: tag-publish
if: env.HAS_SECRETS == 'HAS_SECRETS' && github.actor != 'renovate[bot]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: env.HAS_SECRETS == 'HAS_SECRETS' && github.actor != 'renovate[bot]'
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
if: failure()
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4748aa4

Please sign in to comment.