Skip to content

Commit

Permalink
chore: sync files with stordco/common-config-elixir (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4a39f3c commit a3c17a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/common-config-elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -52,4 +52,3 @@ jobs:
sync-auth: stord-engineering-account:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
sync-branch: latest
sync-repository: github.com/stordco/common-config-elixir.git

2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
core.setFailed("Pull request title does not follow conventional commits");
console.log(`
Pull Request title "${title}" does not follow our [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) naming scheme.
Please try renaming the PR to match one of these examples:
chore: a small insignificant change
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
steps:
- id: release
name: Release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
command: manifest
config-file: .release-please-config.json
default-branch: main
manifest-file: .release-please-manifest.json
release-type: elixir
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
target-branch: main
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

5 changes: 3 additions & 2 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
url: https://data-streams-ex.stord.engineering

permissions:
actions: read
contents: read
id-token: write
pages: write
Expand All @@ -44,10 +45,10 @@ jobs:
run: echo "data-streams-ex.stord.engineering" > ./doc/CNAME

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./doc

- name: Deploy
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit a3c17a7

Please sign in to comment.