Skip to content

Commit 7ad1490

Browse files
committed
Updated secrets name
1 parent ab0ea1b commit 7ad1490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Download sharedkernel.snk file
3535
uses: codebeltnet/pipelines/.github/actions/gcp-download-file@main
3636
with:
37-
serviceAccountKey: ${{ secrets.gcpServiceAccountKey }}
38-
bucketName: ${{ secrets.gcpBucketName }}
37+
serviceAccountKey: ${{ secrets.GCP_TOKEN }}
38+
bucketName: ${{ secrets.GCP_BUCKETNAME }}
3939
objectName: 'sharedkernel.snk'
4040

4141
- id: minver-version

0 commit comments

Comments
 (0)