Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit a6c9d92

Browse files
Update 03_workflow-steps.md
1 parent 22ec758 commit a6c9d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/03_workflow-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The course [_Using GitHub Actions for CI_](https://lab.github.com/githubtraining
2929
1. Click **Add a new secret** again.
3030
1. Name the second secret **AWS_SECRET_KEY** and paste the value from the Secret access key generated on AWS.
3131
1. Click **Add secret**
32-
1. Back in this pull request, edit the `.github/workflows/staging-workflow.yml` file to use a new action
32+
1. Back in this pull request, edit the `.github/workflows/deploy-staging.yml` file to use a new action
3333
```yml
3434
- name: Deploy to AWS
3535
uses: github/deploy-nodejs@master
@@ -82,4 +82,4 @@ jobs:
8282
env:
8383
AWS_ACCESS_KEY: {% raw %}${{ secrets.AWS_ACCESS_KEY }}{% endraw %}
8484
AWS_SECRET_KEY: {% raw %}${{ secrets.AWS_SECRET_KEY }}{% endraw %}
85-
```
85+
```

0 commit comments

Comments
 (0)