Skip to content

Commit 65f5955

Browse files
committed
Add missing variable
1 parent 0c54e68 commit 65f5955

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deployement.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ on:
1515
permissions:
1616
contents: write # allows creating / uploading release assets
1717

18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
PHARO_VERSION: 100
21+
1822
jobs:
1923
build-and-upload:
2024
runs-on: ubuntu-latest
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
steps:
2426
- name: Checkout repository
2527
uses: actions/checkout@v6

0 commit comments

Comments
 (0)