Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan committed Feb 7, 2022
1 parent 12d82fb commit 4d242c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2

- name: Check token
run: echo "GraphCDN Token: $GRAPHCDN_TOKEN"
shell: bash
run: 'echo "GraphCDN Token: $GRAPHCDN_TOKEN"'
env:
GRAPHCDN_TOKEN: ${{ secrets.GRAPHCDN_TOKEN }}

Expand Down

1 comment on commit 4d242c4

@vercel
Copy link

@vercel vercel bot commented on 4d242c4 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.