Skip to content

Commit 1a71e07

Browse files
committed
set env from secret
1 parent b40795a commit 1a71e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: Setup Fastly CLI
2626
uses: ./ # Uses an action in the root directory
27-
#env:
28-
# FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
27+
env:
28+
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
2929
- name: Enjoy
3030
run: fastly whoami

0 commit comments

Comments
 (0)