Skip to content

Commit

Permalink
chore: create patch for workflow modifications
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Mar 11, 2024
1 parent 6324649 commit e31ef71
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/appstore-build-publish.yml.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 28ddc85..b31cd2e 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -17,6 +17,12 @@ jobs:
if: ${{ github.repository_owner == 'nextcloud-releases' }}

steps:
+ - uses: cachix/install-nix-action@v26
+ - uses: cachix/cachix-action@v14
+ with:
+ name: notify-push
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
+
- name: Check actor permission
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v3.0
with:
@@ -32,6 +38,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: ${{ env.APP_NAME }}
+ fetch-depth: 0

- name: Get appinfo data
id: appinfo

0 comments on commit e31ef71

Please sign in to comment.