Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy authored Nov 25, 2023
1 parent 3bbbcc9 commit 91802ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Insert token for github integration
uses: mikefarah/[email protected]
with:
cmd: yq -i '.integrations.github[0].token = "${{ secrets.PAT_TOKEN }}"' ./app-config.yaml
# - name: Insert token for github integration
# uses: mikefarah/[email protected]
# with:
# cmd: yq -i '.integrations.github[0].token = "${{ secrets.PAT_TOKEN }}"' ./app-config.yaml

- run: cat ./app-config.yaml
# - run: cat ./app-config.yaml

- name: Set Node.js 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit 91802ea

Please sign in to comment.