Skip to content

Commit

Permalink
feat: atlasnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent c0ff0ca commit fa9a00c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.CONFIG_YAML }}
filename: "config.yaml"
is-executable: false
working-directory: "./"
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.CONFIG_ATLASNET_YAML }}
filename: "config-atlasnet.yaml"
is-executable: false
working-directory: "./"
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.ID_JSON }}
filename: "id.json"
is-executable: false
working-directory: "./"

- uses: docker/metadata-action@v5
id: metadata
with:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.CONFIG_YAML }}
filename: "config.yaml"
is-executable: false
working-directory: "./"
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.CONFIG_ATLASNET_YAML }}
filename: "config-atlasnet.yaml"
is-executable: false
working-directory: "./"
- uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.ID_JSON }}
filename: "id.json"
is-executable: false
working-directory: "./"
- uses: ./.github/actions/release
with:
repository: "artifacts-0"
Expand Down

0 comments on commit fa9a00c

Please sign in to comment.