Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arniesaha authored Nov 24, 2023
1 parent 267ca91 commit 26ac620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
echo "build with dashboard"
chmod +x ./build.sh && ./build.sh
fi
env:
GITHUB_USER_REF: $GITHUB_ACTOR
GITHUB_TOKEN_REF: ${{ secrets.my_pat }}


- run: echo "REPOSITORY_NAME=`echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//"`" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 26ac620

Please sign in to comment.