Skip to content

Commit

Permalink
Merge pull request #30 from tfso/chore/centralize-auth-routines
Browse files Browse the repository at this point in the history
feature/Centralize auth methods PAPI-2064
  • Loading branch information
lostfields authored Mar 18, 2024
2 parents 7620eb0 + d3a5a97 commit 28b8851
Show file tree
Hide file tree
Showing 15 changed files with 760 additions and 1,113 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
env:
INITIAL_VERSION: 3.0.0
DEFAULT_BUMP: patch
NODE_VERSION: 20

jobs:
build:
Expand All @@ -37,6 +38,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TFSO_TOKEN }}
FONT_AWESOME_TOKEN: ${{ secrets.FONT_AWESOME_TOKEN }}
INITIAL_VERSION: ${{ env.INITIAL_VERSION }}
NODE_VERSION: ${{ env.NODE_VERSION }}
TRUNCATE_PRERELEASE: true

tag:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v[0-9]+\.[0-9]+\.[0-9]+-*' # only preleases, eg v1.0.1-beta.1

env:
NODE_VERSION: 20
FILES: |
dist/
src/
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TFSO_TOKEN }}
FONT_AWESOME_TOKEN: ${{ secrets.FONT_AWESOME_TOKEN }}
NODE_VERSION: ${{ env.NODE_VERSION }}
CUSTOM_TAG: ${{ needs.setup.outputs.version }}

- name: upload package
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v[0-9]+\.[0-9]+\.[0-9]+' # only full releases, eg v1.0.1

env:
NODE_VERSION: 20
FILES: |
dist/
src/
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TFSO_TOKEN }}
FONT_AWESOME_TOKEN: ${{ secrets.FONT_AWESOME_TOKEN }}
NODE_VERSION: ${{ env.NODE_VERSION }}
CUSTOM_TAG: ${{ needs.setup.outputs.version }}

- name: upload package
Expand Down
Loading

0 comments on commit 28b8851

Please sign in to comment.