We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96060fc commit 8a4d020Copy full SHA for 8a4d020
1 file changed
.github/workflows/build-base-app.yml
@@ -19,6 +19,8 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
+ with:
23
+ token: ${{ secrets.GH_COMMON_TOKEN }}
24
25
- name: Set Version
26
run: |
0 commit comments