Skip to content

Commit

Permalink
sfdgsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatleskog committed Dec 12, 2024
1 parent c0f2ee9 commit 98f5f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
echo "Retrieving access token..."
TOKEN=$(az account get-access-token --resource=https://pkgs.visualstudio.com --query accessToken -o tsv)
"access_token=$TOKEN" | Out-File -FilePath $env:GITHUB_OUTPUT -Append -Encoding utf8
echo "::set-output name=access_token::$TOKEN"
- name: Verify Access Token
run: |
echo "Access token starts with: $(echo $FEED_ACCESSTOKEN | cut -c1-10)"
Expand Down

0 comments on commit 98f5f75

Please sign in to comment.