Skip to content

Commit

Permalink
testing RunAction 36
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Sep 11, 2024
1 parent 805bf1e commit 2138dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
rustup default 1.78.0
rustc --version
# Replace these with your actual values
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
REPO=${{ github.repository }}
TAG=${{ github.ref_name }}

COMMIT_MESSAGE=$(git log -1 --pretty=%B)
if [[ "$COMMIT_MESSAGE" == *"RunAction"* ]]; then
echo "Commit message contains 'RunAction'."
Expand Down
6 changes: 3 additions & 3 deletions aries/wrappers/uniffi-aries-vcx/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
export ABI_PATH=${IOS_APP_DIR}/Frameworks

# Replace these with your actual values
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
REPO=${{ github.repository }}
TAG=${{ github.ref_name }}
#GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
#REPO=${{ github.repository }}
#TAG=${{ github.ref_name }}

# Create a release
RESPONSE=$(curl -s -X POST \
Expand Down

0 comments on commit 2138dee

Please sign in to comment.