Skip to content

Commit e511407

Browse files
authored
Merge pull request #1230 from snyk/chore/fix-pipeline
chore: add correct context to circle config
2 parents f8925aa + dc77b48 commit e511407

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ workflows:
11231123
- build_image
11241124
- build_and_upload_operator
11251125
- tag_and_push:
1126+
context: nodejs-app-release-public
11261127
filters:
11271128
branches:
11281129
only:

.circleci/config/@config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ workflows:
8484
- build_and_upload_operator
8585
<<: *staging_branch_only_filter
8686
- tag_and_push:
87+
context: nodejs-app-release-public
8788
requires:
8889
- build_image
8990
- build_and_upload_operator

.github/workflows/release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- run: |
1616
git fetch --prune --unshallow --tags
1717
- uses: snyk/[email protected]

0 commit comments

Comments
 (0)