Skip to content

Commit

Permalink
updated checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Torvund Bennett committed Sep 12, 2024
1 parent a849b90 commit 545602c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/get-env-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the project
env:
Expand All @@ -18,3 +18,8 @@ jobs:

- name: Get env variables
run: echo "Getting env variables"

- name: Verify ENCRYPTION_KEY is set
run: echo "ENCRYPTION_KEY is $ENCRYPTION_KEY"
env:
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}

0 comments on commit 545602c

Please sign in to comment.