Skip to content

Commit

Permalink
use vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Lennerdahl committed Nov 14, 2023
1 parent 779bb0a commit a3b2c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
echo "urlUpdate=${{ secrets.URL_UPLOAD_DEV }}" >> $GITHUB_ENV
echo "updateKey=${{ secrets.CYDIG_API_KEY_DEV }}" >> $GITHUB_ENV
echo "urlDashboard=${{ secrets.URL_DASHBOARD_DEV }}" >> $GITHUB_ENV
echo "urlBadgeService=${{ secrets.URL_BADGE_SERVICE_DEV }}" >> $GITHUB_ENV
echo "accessKeyBadgeService=${{ secrets.ACCESS_KEY_BADGES_DEV }}" >> $GITHUB_ENV
echo "urlBadgeService=${{ vars.URL_BADGE_SERVICE_DEV }}" >> $GITHUB_ENV
echo "accessKeyBadgeService=${{ vars.ACCESS_KEY_BADGES_DEV }}" >> $GITHUB_ENV
- name: "Run Upload Action"
uses: ./upload-action
Expand Down

0 comments on commit a3b2c0a

Please sign in to comment.