Skip to content

Commit

Permalink
CI: Try to pass GITHUB_TOKEN to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Dec 4, 2024
1 parent c673058 commit 15ded22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
${{ matrix.build-type }},
${{ matrix.cmake-gen }}>
runs-on: ubuntu-20.04
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container:
image: olivevideoeditor/ci-olive:2022.3

Expand All @@ -68,6 +65,7 @@ jobs:
- name: Checkout Source Code
env:
INPUT_SUBMODULES: 'true'
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir checkout-v3
cd checkout-v3
Expand Down Expand Up @@ -155,6 +153,7 @@ jobs:
env:
INPUT_NAME: '${{ steps.package.outputs.artifact }}'
INPUT_PATH: 'build/Olive*.AppImage'
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir upload-artifacts-v3
cd upload-artifacts-v3
Expand Down

0 comments on commit 15ded22

Please sign in to comment.