Skip to content

Commit

Permalink
Merge pull request #1385 from ORNL-AMO/integrate-cicd
Browse files Browse the repository at this point in the history
Add secret inheritance for Electron workflow
  • Loading branch information
rmroot committed Oct 27, 2023
2 parents 8b79e52 + 0a4bb0f commit 3a25e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
# Use below `if` when release stage is reintegrated
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/electron.yml
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ jobs:
tar -czf $BACKUP_DIR/verifi_$(printf '%(%Y-%m-%d)T\n' -1)_${GITHUB_SHA::7}.tar.gz $APACHE_DIR/verifi
rm -rf $APACHE_DIR/verifi/*
mv -v ./verifi/* $APACHE_DIR/verifi/
chgrp -R apache ./verifi

0 comments on commit 3a25e28

Please sign in to comment.