Skip to content

Commit

Permalink
Merge pull request #17 from actions/update-for-ga
Browse files Browse the repository at this point in the history
updates for ga
  • Loading branch information
ethanis authored Mar 1, 2023
2 parents 3a3726b + 9febb0b commit f5fc278
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 20 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/support.md

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/issue_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
shell: bash
run: |
gh actions-importer version || gh extension install github/gh-actions-importer
echo ${{ secrets.ghcr_password }} | gh actions-importer update --username ${{ secrets.ghcr_username }} --password-stdin
gh actions-importer update
env:
GITHUB_TOKEN: ${{ secrets.ghcr_password }}
GH_TOKEN: ${{ secrets.ghcr_password }}
- uses: actions/github-script@v6
if: always()
Expand Down
4 changes: 2 additions & 2 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Please note that this project is released with a [Contributor Code of Conduct](C

Here's some helpful notes on how to contribute to this project, including details on how to get started working with the codebase.

## How to submit a bug or request a feature
## How to offer feedback or make a feature request

If you think you've found a bug or have a great idea for new functionality please create an Issue in the [repo](https://github.com/actions/importer-issue-ops/issues/new).
If you would like to offer feedback or have a great idea for new functionality, please create a new discussion [here](https://github.com/actions/importer-issue-ops/discussions/new/choose).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 GitHub
Copyright (c) 2023 GitHub

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ The GitHub Actions Importer IssueOps repository demonstrates the functionality n
- `dry-run`: A dry run will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and write a file (or files) to disk containing the converted workflow.
- `migrate`: A migration will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and open a pull request to a repository with the converted workflow.

> **Note**: GitHub Actions Importer is currently available as a public preview. Visit the [sign up page](https://github.com/features/actions-importer/signup) to request access to the preview.
## Getting started

Complete the following steps:
Expand All @@ -33,8 +31,6 @@ See the [documentation](https://docs.github.com/en/repositories/managing-your-re

The following secrets are required:

- `GHCR_USERNAME`: The username to access the GitHub Actions Importer container.
- `GHCR_PASSWORD`: The password to access the GitHub Actions Importer container (requires `read:packages` scope).
- `GH_ACCESS_TOKEN`: GitHub personal access token to create pull requests (requires `repo` and `workflow` scopes).

Optionally, the following environment variables can be set:
Expand Down

0 comments on commit f5fc278

Please sign in to comment.