Skip to content

Commit

Permalink
task(list): update
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 13b2b81 commit 57f16a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
defaults:
run:
shell: bash
working-directory: "./exercises-dev"
working-directory: $GITHUB_WORKSPACE

# Global environment variables accessible from any job
env:
Expand All @@ -31,8 +31,8 @@ env:
rgpIacName: rgp-iac
location: centralus
stackName: 'stack-deploy-az-resources'
templateFile: "main-exercises-dev.bicep"
templateParamFile: "main-exercises-dev.bicepparam"
templateFile: "./exercises-dev/main-exercises-dev.bicep"
templateParamFile: "./exercises-dev/main-exercises-dev.bicepparam"
operation: deploy # allowed values:[ deploy | rollback ]

jobs:
Expand Down
10 changes: 5 additions & 5 deletions taskList.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ Session 1 of 2
Session 2 of 2
05. [] GitHub API basics
06. [] Using/managing runners
07. [] Security best practices
a. [] Authentication
b. [] Authorization (permissions)
c. [] Secrets
06. [x] Using/managing runners
07. [x] Security best practices
a. [x] Authentication
b. [x] Authorization (permissions)
c. [x] Secrets
[] 08. Building workflows summary
*/

0 comments on commit 57f16a0

Please sign in to comment.