From a569e2318f2f697c1c5560908f8c5b509156d174 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Tue, 21 Apr 2026 10:06:02 +0200 Subject: [PATCH 1/4] Update pull-ocis-icons.yml --- .github/workflows/pull-ocis-icons.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-ocis-icons.yml b/.github/workflows/pull-ocis-icons.yml index e7395fcd7..cfe7d4ea2 100644 --- a/.github/workflows/pull-ocis-icons.yml +++ b/.github/workflows/pull-ocis-icons.yml @@ -2,7 +2,9 @@ name: "Pull icons from ocis/web" on: workflow_dispatch: pull_request: - branches: ["release/*"] + branches: + - "release/*" + - "chore/*" permissions: contents: write @@ -11,9 +13,9 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 (previously v4) + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: - ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }} + persist-credentials: false - name: Build MakeTVG run: | @@ -38,8 +40,16 @@ jobs: --icon-map img/tvg-icons/icon-map.json \ --output img/tvg-icons + - name: Generate GitHub App token + id: app-token + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 + with: + app-id: ${{ secrets.TRANSLATION_APP_ID }} + private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} + - uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf # v1.3 with: + access_token: ${{ steps.app-token.outputs.token }} email: devops@owncloud.com name: ownClouders commit_message: "[icons] updated icons from ocis and ocis web" From 1c18152c1dae5cf29d896e14dd4a73af13090641 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Tue, 21 Apr 2026 10:34:50 +0200 Subject: [PATCH 2/4] Clear archive.tvg to trigger ocis icon update --- img/tvg-icons/archive.tvg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/tvg-icons/archive.tvg b/img/tvg-icons/archive.tvg index 3343a24f2..8b1378917 100644 --- a/img/tvg-icons/archive.tvg +++ b/img/tvg-icons/archive.tvg @@ -1 +1 @@ -{"attributes":{"fill":{"dark":"rgb(255, 207, 1)","light":"#fbbe54","variable":"icon-archive"}},"defaults":{},"image":"\n \n \n \n <\/path>\n <\/g>\n<\/svg>\n"} \ No newline at end of file + From a4880ce968cedc6732029ba0e17bda44fc4bc04b Mon Sep 17 00:00:00 2001 From: ownClouders Date: Tue, 21 Apr 2026 08:37:40 +0000 Subject: [PATCH 3/4] [icons] updated icons from ocis and ocis web --- img/tvg-icons/archive.tvg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/tvg-icons/archive.tvg b/img/tvg-icons/archive.tvg index 8b1378917..3343a24f2 100644 --- a/img/tvg-icons/archive.tvg +++ b/img/tvg-icons/archive.tvg @@ -1 +1 @@ - +{"attributes":{"fill":{"dark":"rgb(255, 207, 1)","light":"#fbbe54","variable":"icon-archive"}},"defaults":{},"image":"\n \n \n \n <\/path>\n <\/g>\n<\/svg>\n"} \ No newline at end of file From c7a67016b9b79dbf218d71d27a94dfeaff808211 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Tue, 21 Apr 2026 11:06:46 +0200 Subject: [PATCH 4/4] Update pull-ocis-icons.yml --- .github/workflows/pull-ocis-icons.yml | 28 +++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pull-ocis-icons.yml b/.github/workflows/pull-ocis-icons.yml index cfe7d4ea2..e0c96e4a7 100644 --- a/.github/workflows/pull-ocis-icons.yml +++ b/.github/workflows/pull-ocis-icons.yml @@ -13,9 +13,16 @@ jobs: runs-on: macos-latest steps: + - name: Generate GitHub App token + id: app-token + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 + with: + app-id: ${{ secrets.TRANSLATION_APP_ID }} + private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: - persist-credentials: false + token: ${{ steps.app-token.outputs.token }} - name: Build MakeTVG run: | @@ -40,16 +47,13 @@ jobs: --icon-map img/tvg-icons/icon-map.json \ --output img/tvg-icons - - name: Generate GitHub App token - id: app-token - uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 + - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 with: - app-id: ${{ secrets.TRANSLATION_APP_ID }} - private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} - - - uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf # v1.3 - with: - access_token: ${{ steps.app-token.outputs.token }} - email: devops@owncloud.com - name: ownClouders commit_message: "[icons] updated icons from ocis and ocis web" + +# - uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf # v1.3 +# with: +# access_token: ${{ steps.app-token.outputs.token }} +# email: devops@owncloud.com +# name: ownClouders +# commit_message: "[icons] updated icons from ocis and ocis web"