Skip to content

Commit

Permalink
Update tokenize.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Jun 29, 2023
1 parent c5fa756 commit c84b812
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tokenize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
# option 1 - set variable for environment and map here
# env:
# APIURL: ${{ vars.APIURL }}

# always have to map in secrets
env:
APIKEY: ${{ secrets.APIKEY }}

steps:
- uses: actions/checkout@v3
Expand All @@ -50,6 +54,11 @@ jobs:
- name: cat after
run: cat appsettings_tokenized.json

- name: overwrite orig appsettings
run: |
rm appsettings.json
mv appsettings_tokenized.json appsettings.json
qa:
runs-on: ubuntu-latest
environment: qa
Expand Down

0 comments on commit c84b812

Please sign in to comment.