Skip to content

fix 403 installation not allowed to Create organization package #40

fix 403 installation not allowed to Create organization package

fix 403 installation not allowed to Create organization package #40

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
permissions:
packages: write
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: "Publish"
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}