Skip to content

Commit

Permalink
explicitly inherit npm token secret to live test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhnaumann committed Oct 15, 2024
1 parent ad07df1 commit f59568c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/plugin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
call-live-workflow:
needs: [integration-tests]
uses: ./.github/workflows/live-tests.yml
secrets: inherit
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void beforeAll(ExtensionContext extensionContext) throws Exception {
Assertions.fail("Stage variable not set to 'testing' when running the test suite. Aborting!");
}
DynamoDBHelper.clearDynamoDBTestingTable();
// A comment 6
// A comment 7
// TODO: clear s3

DynamoDBHelper.setUpEmptyDynamoDBTestingTable();
Expand Down

0 comments on commit f59568c

Please sign in to comment.