Skip to content

Commit 70d200f

Browse files
authored
update secret reference in create_req_files.yml (#309)
1 parent 472f80e commit 70d200f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_req_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
with:
51-
token: ${{ secrets.PAT }}
51+
token: ${{ secrets.SNOWFLAKE_GITHUB_TOKEN }} # stored in GitHub secrets
5252
- name: Download requirement files
5353
uses: actions/download-artifact@v2
5454
with:

0 commit comments

Comments
 (0)