Skip to content

Commit

Permalink
Merge branch 'Dolibarr:18.0' into 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Dec 8, 2024
2 parents 740c88d + da6f1fb commit 83db5f5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ on:

permissions: write-all

env:
ENVGHT: ${{ secrets.GH_TOKEN }}
ENVGHU: ${{ github.token }}
VARAAA: ${{ vars.AAA }}
ENVAAA: ${{ env.AAA }}
SECBBB: ${{ secrets.BBB }}
VARREPORGCCC: ${{ vars.CCC }}

jobs:
testjob:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
env:
ENVGHT: ${{ secrets.GH_TOKEN }}
ENVGHU: ${{ github.token }}
VARAAA: ${{ vars.AAA }}
ENVAAA: ${{ env.AAA }}
SECBBB: ${{ secrets.BBB }}
VARREPORGCCC: ${{ vars.CCC }}
steps:
- name: Log
run: |
Expand Down

0 comments on commit 83db5f5

Please sign in to comment.