We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39450 commit 305e1bbCopy full SHA for 305e1bb
.github/workflows/cf.yaml
@@ -23,6 +23,7 @@ concurrency:
23
24
env:
25
APP_NAME: xtravels
26
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
jobs:
28
deploy:
29
runs-on: ubuntu-latest
.github/workflows/test.yaml
@@ -22,6 +22,8 @@ jobs:
22
node-version: 22
- uses: actions/checkout@v5
- run: npm install
+ env:
- uses: actions/setup-java@v5
with:
distribution: sapmachine
0 commit comments