Skip to content

Commit

Permalink
Update pipeline token to use new generated one from Vivian
Browse files Browse the repository at this point in the history
  • Loading branch information
hkryeung authored Nov 27, 2024
1 parent 0f4acdb commit 965e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_PUSH_TOKEN }}
token: ${{ secrets.GIT_PUSH_TOKEN_VIVIANT }}
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gov.nasa.cumulus</groupId>
<artifactId>cnm-response</artifactId>
<version>3.0.0-rc.4</version>
<version>3.0.0-rc.5</version>
<packaging>jar</packaging>

<name>cnm-response</name>
Expand Down

0 comments on commit 965e1ee

Please sign in to comment.