Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
- uses: actions/checkout@v6

- name: Run build-archiver
uses: UltimateHackingKeyboard/build-archiver@master
uses: UltimateHackingKeyboard/build-archiver@v0.0.8

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The goal of this repo to e2e test the builf archiver master branch before release. With this line we lost this feature

with:
FILE_PATTERN: "data/*.txt"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
S3_ACCESS_KEY: ${{ secrets.UHK_BUILD_ARCHIVER_AWS_ACCESS_SECRET }}
S3_ACCESS_KEY_ID: ${{ secrets.UHK_BUILD_ARCHIVER_AWS_ACCESS_KEY }}
S3_ACCESS_KEY: ${{ secrets.UHK_BUILD_ARCHIVER_B2_ACCESS_SECRET }}
S3_ACCESS_KEY_ID: ${{ secrets.UHK_BUILD_ARCHIVER_B2_ACCESS_KEY }}
S3_BUCKET: "uhk-build-archives"
S3_ENDPOINT: https://s3.us-east-005.backblazeb2.com
S3_KEY_PREFIX: "build-archiver-test/"
S3_REGION: "eu-central-1"
S3_REGION: "us-east-005"

Loading