Skip to content

Commit ebacf43

Browse files
committed
secret: converge to use FASTLY_API_KEY
``` $ gh secret list NAME UPDATED FASTLY_API_KEY about 6 minutes ago ``` Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 675439e commit ebacf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
env:
2020
# for fastly cli
21-
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
21+
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_KEY }}
2222
# for terraform provider
2323
FASTLY_API_KEY: ${{ secrets.FASTLY_API_KEY }}
2424

0 commit comments

Comments
 (0)