Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Update permissions in pack-feature-template.yml and set-version.yml w… #11

Update permissions in pack-feature-template.yml and set-version.yml w…

Update permissions in pack-feature-template.yml and set-version.yml w… #11

Workflow file for this run

name: A - Set Version Echo
on:
push:
branches-ignore:
- main
jobs:
echo-message:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: Echo a status message
run: echo "Workflow A completed"