Skip to content

ci(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#1055) #882

ci(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#1055)

ci(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#1055) #882

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
permissions: {}
jobs:
create-release:
name: 🚀 Create Release
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
disable-sudo-and-containers: true
egress-policy: audit
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
id: release
with:
token: ${{ steps.token.outputs.token }}