Skip to content

Commit

Permalink
Create devnet-bundle-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp authored Sep 20, 2024
1 parent 556e2c4 commit f66638a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/devnet-bundle-snapshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: devnet-bundle-snapshot

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: conterra/devnet-bundle-snapshot-action@main
with:
nexus_id: ${{secrets.NEXUS_ID}}
nexus_user: ${{secrets.NEXUS_USER}}
nexus_user_pw: ${{secrets.NEXUS_USER_PW}}
nexus_url: ${{secrets.NEXUS_URL}}
nexus_url_release: ${{secrets.NEXUS_URL_RELEASE}}
nexus_url_snapshots: ${{secrets.NEXUS_URL_SNAPSHOTS}}
release_token: ${{secrets.RELEASE_TOKEN}}

0 comments on commit f66638a

Please sign in to comment.