Skip to content

Commit

Permalink
Fix PAT secret
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 28, 2023
1 parent eaa6dae commit 976ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-internal-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }
token: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
- run: |
CURRENT_DATE=$(date +"%Y-%m-%d-%H%M%S")
TAG=internal-$CURRENT_DATE
Expand Down

0 comments on commit 976ebdf

Please sign in to comment.