Skip to content

test: add secret

test: add secret #6

Workflow file for this run

name: Push Beta Resourcepack
on:
push:
branches:
- "ci/new_packer"
jobs:
iapacker:
uses: ./.github/workflows/resuable_ia.yml
secrets:
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}