Skip to content

Commit

Permalink
chore(ci/cd): bump gha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Aug 8, 2024
1 parent 9dde638 commit 9339676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Send summary to Mattermost
if: ${{ !env.ACT }} # do not run locally
uses: IMIO/gha/mattermost-notify@main
uses: IMIO/gha/mattermost-notify@v3.8
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}
MESSAGE: |
Expand Down Expand Up @@ -115,15 +115,15 @@ jobs:
echo "vhost=$vhost" >> $GITHUB_ENV
echo "plone_url=$plone_url" >> $GITHUB_ENV
- name: Build push theme to plone site
uses: IMIO/gha/plone-theme-build-push-notify@main
uses: IMIO/gha/plone-theme-build-push-notify@v3.8
with:
THEME_PATH: ${{ matrix.directory }}
PLONE_URL: ${{ env.plone_url }}
PLONE_USERNAME: ${{ secrets.PLONE_USER }}
PLONE_PASSWORD: ${{ secrets.PLONE_PASSWORD }}
- name: Purge cache
if: ${{ !env.ACT }} # do not run locally
uses: IMIO/gha/rundeck-notify@main
uses: IMIO/gha/rundeck-notify@v3.8
with:
RUNDECK_URL: ${{ secrets.RUNDECK_URL }}
RUNDECK_TOKEN: ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
Expand Down
79 changes: 0 additions & 79 deletions theme_uploader.py

This file was deleted.

0 comments on commit 9339676

Please sign in to comment.