Skip to content

Commit

Permalink
use different env
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Dec 4, 2024
1 parent 487a8d2 commit b1bf410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/optimize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cd VAMobile/android/fastlane/metadata/android/en-US/images/
imagemin * --out-dir=.
cd phoneScreenshots/
imagemin * --out-dir=.
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
id: create_pr
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GH_ACTIONS_PAT}}
token: ${{ secrets.GH_ACTIONS_PAT }}
base: ${{ github.ref_name }}
labels: devops
branch: ${{ env.BRANCH_NAME }}
Expand All @@ -84,4 +84,4 @@ jobs:
PR_URL=$(gh pr view --json url -q ".url")
echo "Pull request URL: $PR_URL"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b1bf410

Please sign in to comment.