Skip to content

Commit 62ebbd4

Browse files
Added the credentials for google calendar
1 parent f70ae15 commit 62ebbd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/postman.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
automated-api-tests:
1616
runs-on: macos-latest
1717
env:
18-
COL_UID: ${{secrets.COL_UID}}
19-
ENV_UID: ${{secrets.ENV_UID}}
20-
POSTMAN_API_KEY: ${{secrets.POSTMAN_API_KEY}}
18+
COL_UID: ${{ secrets.COL_UID }}
19+
ENV_UID: ${{ secrets.ENV_UID }}
20+
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install Postman CLI

0 commit comments

Comments
 (0)