Skip to content

Commit

Permalink
pass token on reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Feb 5, 2022
1 parent 6daa23b commit ec85f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ env:
jobs:
OP:
uses: OpenPonk/openponk/.github/workflows/nightly.yml@master
secrets:
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
33 changes: 2 additions & 31 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,5 @@ env:
RUN_ID: ${{ github.run_id }}

jobs:
linux:
runs-on: ubuntu-latest
env:
PLATFORM: ${{ github.job }}
name: 'Build Linux and upload zip'
steps:
- uses: actions/[email protected]
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-version: Pharo64-9.0
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 10

win:
runs-on: windows-latest
env:
PLATFORM: ${{ github.job }}
name: 'Build Windows and upload zip'
steps:
- uses: actions/[email protected]
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-version: Pharo64-9.0
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 15
OP:
uses: OpenPonk/openponk/.github/workflows/release.yml@master

0 comments on commit ec85f42

Please sign in to comment.